Skip to content

Commit 705d085

Browse files
committed
chore: fix python versions in CI
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
1 parent a2ebab6 commit 705d085

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-24.04
1212
strategy:
1313
matrix:
14-
python-version: [3.9, "3.10", "3.11", "3.12"]
14+
python-version: ["3.12", "3.13", "3.14"]
1515
steps:
1616
- uses: actions/checkout@v4
1717
with:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up PDM
1515
uses: pdm-project/setup-pdm@v4
1616
with:
17-
python-version: "3.10"
17+
python-version: "3.12"
1818
- name: Publish wheels
1919
run: |
2020
pdm publish

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ classifiers = [
3030
"Programming Language :: Python :: 3",
3131
"Programming Language :: Python :: 3.12",
3232
"Programming Language :: Python :: 3.13",
33+
"Programming Language :: Python :: 3.14",
3334
"Programming Language :: Python :: Implementation",
3435
"Programming Language :: Python :: Implementation :: CPython",
3536
]

0 commit comments

Comments
 (0)