Skip to content

Commit 6a80ad7

Browse files
committed
Support python 3.14
1 parent 1a2a1f3 commit 6a80ad7

4 files changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/pypi-build-artifacts.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
3.11
5252
3.12
5353
3.13
54+
3.14
5455
5556
- name: Install UV
5657
uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
@@ -75,7 +76,7 @@ jobs:
7576
env:
7677
# Ignore 32 bit architectures
7778
CIBW_ARCHS: "auto64"
78-
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10,<3.14"
79+
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10,<3.15"
7980
# Keep these in sync with Python CI job `cibw-dev-env-smoke-test`
8081
# in .github/workflows/python-ci.yml to catch import-time regressions early.
8182
CIBW_BEFORE_TEST: "uv sync --directory {project} --only-group dev --no-install-project"

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
max-parallel: 15
5353
fail-fast: true
5454
matrix:
55-
python: ['3.10', '3.11', '3.12', '3.13']
55+
python: ['3.10', '3.11', '3.12', '3.13', '3.14']
5656

5757
steps:
5858
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6

.github/workflows/svn-build-artifacts.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
3.11
5252
3.12
5353
3.13
54+
3.14
5455
5556
- name: Install UV
5657
uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)