Skip to content

Commit de028cb

Browse files
cclaussamilcarlucas
authored andcommitted
test(pytest): Run pytest on free threaded Python 3.14t
Signed-off-by: Christian Clauss <cclauss@me.com>
1 parent aac4638 commit de028cb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pytest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@ 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]
34-
python-version: ["3.9", "3.14"]
35+
python-version: ["3.9", "3.14", "3.14t"]
3536

3637
steps:
3738
- name: Harden the runner (Audit all outbound calls)

0 commit comments

Comments
 (0)