Skip to content

Commit ffcfa50

Browse files
committed
Add Python 3.14t (freethreaded) to testing matrix
- Added Python 3.14t to the test matrix - Python 3.14.0 freethreaded is available on all platforms (Ubuntu, Windows, macOS) - Tests will run on all supported OS and architectures
1 parent fd0ad4c commit ffcfa50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
python-version: [pypy-3.10, pypy-3.11, '3.10', '3.11', '3.12', '3.13', '3.14']
31+
python-version: [pypy-3.10, pypy-3.11, '3.10', '3.11', '3.12', '3.13', '3.14', '3.14t']
3232
os: [
3333
ubuntu-latest,
3434
windows-latest,

0 commit comments

Comments
 (0)