Skip to content

Commit 2a85de7

Browse files
committed
Update supported Python versions
1 parent 2812594 commit 2a85de7

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
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"]
1717

1818
steps:
1919
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3

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)