Skip to content

Commit 57fb9fa

Browse files
committed
GitHub Actions: Add Python 3.14 and 3.14t to the testing
On branch ___stable___. https://www.python.org/downloads/release/python-3140/ https://py-free-threading.github.io/porting
1 parent 85793d6 commit 57fb9fa

File tree

2 files changed

+150
-105
lines changed

2 files changed

+150
-105
lines changed

.github/workflows/tests.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)