File tree Expand file tree Collapse file tree 2 files changed +150
-105
lines changed Expand file tree Collapse file tree 2 files changed +150
-105
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,17 @@ jobs:
1313 fail-fast : false
1414 matrix :
1515 include :
16+ - {python: '3.14t'}
17+ - {python: '3.14'}
18+ - {name: Windows, python: '3.14', os: windows-latest}
19+ - {name: Mac, python: '3.14', os: macos-latest}
1620 - {python: '3.13'}
17- - {name: Windows, python: '3.13', os: windows-latest}
18- - {name: Mac, python: '3.13', os: macos-latest}
1921 - {python: '3.12'}
2022 - {python: '3.11'}
2123 - {python: '3.10'}
2224 - {python: '3.9'}
2325 - {name: PyPy, python: 'pypy-3.11', tox: pypy3.11}
24- - {name: Minimum Versions, python: '3.13 ', tox: tests-min}
26+ - {name: Minimum Versions, python: '3.14t ', tox: tests-min}
2527 - {name: Development Versions, python: '3.10', tox: tests-dev}
2628 steps :
2729 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
You can’t perform that action at this time.
0 commit comments