Skip to content

Commit 75f59af

Browse files
chore(deps): update python to v3.14.7
1 parent 37406fc commit 75f59af

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
- name: Set up Python
210210
uses: actions/setup-python@v7
211211
with:
212-
python-version: "3.11"
212+
python-version: "3.14.7"
213213

214214
- name: Setup uv
215215
uses: astral-sh/setup-uv@v9.0.0

local-vllm-server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "local-vllm-server"
33
version = "0.1.0"
44
description = "Local vLLM OpenAI-compatible server wrapper for eval-framework. Kept out of eval-framework itself because vLLM dependencies frequently conflict with the rest of the framework."
55
readme = "README.md"
6-
requires-python = ">=3.12,<3.13"
6+
requires-python = ">=3.14.7,<3.15"
77
authors = [
88
{ name = "Aleph Alpha Research" }
99
]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.9.1"
44
description = "Evaluation Framework"
55
readme = "README.md"
66
license = { file = "LICENSE" }
7-
requires-python = ">=3.12,<3.13"
7+
requires-python = ">=3.14.7,<3.15"
88
authors = [
99
{ name = "Aleph Alpha Research" }
1010
]

0 commit comments

Comments
 (0)