Skip to content

Commit fac684f

Browse files
authored
ci: Deprecate Python 3.9, add testing on Python 3.13 (#129)
1 parent 1ad420c commit fac684f

File tree

3 files changed

+790
-1013
lines changed

3 files changed

+790
-1013
lines changed

.github/workflows/python-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ jobs:
249249
path: dist
250250
- uses: actions/setup-python@v5
251251
with:
252-
python-version: 3.9
252+
python-version: 3.11
253253

254254
- uses: pypa/gh-action-pypi-publish@release/v1
255255
with:

.github/workflows/test-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
strategy:
4444
matrix:
45-
python-version: ["3.9", "3.10", "3.11", "3.12"]
45+
python-version: ["3.10", "3.11", "3.12", "3.13"]
4646
steps:
4747
- uses: actions/checkout@v4
4848
- name: Install Rust

0 commit comments

Comments
 (0)