Skip to content

Commit 6bdbe82

Browse files
authored
chore(ci): drop Python 3.9 support and add Python 3.14
1 parent 29eb3d6 commit 6bdbe82

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
python-version: ["3.13"]
11+
python-version: ["3.14"]
1212
os: [macos-latest, ubuntu-latest, windows-latest]
1313

1414
steps:

.github/workflows/publish_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
- [macos-13, macosx_x86_64, "13.0"]
1616
- [macos-14, macosx_arm64, "14.0"]
1717
python:
18-
- cp39
1918
- cp310
2019
- cp311
2120
- cp312
2221
- cp313
22+
- cp314
2323

2424
steps:
2525
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -50,7 +50,7 @@ jobs:
5050
- name: Set up Python
5151
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
5252
with:
53-
python-version: "3.13"
53+
python-version: "3.14"
5454

5555
- name: Install twine
5656
run: python -m pip install --upgrade twine

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
python-version: ["3.13"]
14+
python-version: ["3.14"]
1515
os: [ubuntu-latest]
1616
steps:
1717
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ${{ matrix.os }}
3535
strategy:
3636
matrix:
37-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
37+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
3838
os: [macos-latest, ubuntu-latest, windows-latest]
3939
steps:
4040
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -86,7 +86,7 @@ jobs:
8686
runs-on: ${{ matrix.os }}
8787
strategy:
8888
matrix:
89-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
89+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
9090
os: [macos-latest, ubuntu-latest, windows-latest]
9191
steps:
9292
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)