We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97e27f5 commit a9e0775Copy full SHA for a9e0775
.github/workflows/action.yml
@@ -6,7 +6,7 @@ jobs:
6
strategy:
7
matrix:
8
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']
+ python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.13t', '3.14', '3.14t', 'pypy-3.10']
10
exclude:
11
- os: windows-latest
12
python-version: 'pypy-3.10'
0 commit comments