Skip to content

Commit a9e0775

Browse files
committed
build(actions): add new Python version
Free-threading and 3.14.
1 parent 97e27f5 commit a9e0775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
matrix:
88
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
9-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.10']
9+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.13t', '3.14', '3.14t', 'pypy-3.10']
1010
exclude:
1111
- os: windows-latest
1212
python-version: 'pypy-3.10'

0 commit comments

Comments
 (0)