Skip to content

Commit 7704216

Browse files
committed
GitHub Actions: Run pytest on free threaded Python 3.14t
Signed-off-by: Christian Clauss <cclauss@me.com>
1 parent 52ee52c commit 7704216

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/pytest.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,24 @@ jobs:
2727
if: github.event_name == 'pull_request' || (github.event_name == 'push' && !github.event.pull_request) || github.event_name == 'workflow_dispatch'
2828
runs-on: ${{ matrix.os }}
2929
strategy:
30+
fail-fast: false
3031
matrix:
3132
# os: [ubuntu-latest, macos-latest, windows-latest]
3233
# python-version: ["3.9", "3.10", "3.11", "3.12", "pypy3.9", "pypy3.10"]
3334
os: [ubuntu-latest]
35+
<<<<<<< HEAD
36+
<<<<<<< HEAD
37+
<<<<<<< HEAD
3438
python-version: ["3.9", "3.14"]
39+
=======
40+
python-version: ["3.9", "3.14t"]
41+
>>>>>>> ca654c38 (GitHub Actions: Run pytest on free threaded Python 3.14t)
42+
=======
43+
python-version: ["3.9", "3.14"]
44+
>>>>>>> 73981943 (Revert from free threading Python 3.14t to 3.14)
45+
=======
46+
python-version: ["3.9", "3.14", "3.14t"]
47+
>>>>>>> 7a18a2da (Add Python version '3.14t' to pytest workflow)
3548

3649
steps:
3750
- name: Harden the runner (Audit all outbound calls)

0 commit comments

Comments
 (0)