Skip to content

Commit 25f1732

Browse files
committed
Update supported Python versions
1 parent 2812594 commit 25f1732

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [ubuntu-latest, macOS-latest, windows-latest]
16-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
16+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "3.14t", "3.15-dev"]
1717

1818
steps:
1919
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
@@ -23,8 +23,7 @@ jobs:
2323
python-version: ${{ matrix.python-version }}
2424
- name: Install dependencies
2525
run: |
26-
pip install pip==25.1.0
27-
pip install -r requirements.txt
26+
python -m pip install -r requirements.txt
2827
python -m pip install .
2928
- name: Test with pytest
3029
run: |

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@
3232
'Programming Language :: Python :: 3.14',
3333
'Programming Language :: Python :: Implementation :: CPython',
3434
'Programming Language :: Python :: Implementation :: PyPy',
35+
'Programming Language :: Python :: Free Threading :: 2 - Beta',
3536
],
3637
)

0 commit comments

Comments
 (0)