Skip to content

Commit 823d1c4

Browse files
authored
GitHub Actions: Test on free-threaded Python 3.14t
Continues the work started in: * Gallopsled#2627
1 parent e606fa4 commit 823d1c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ on: [push, pull_request]
44
jobs:
55
test:
66
strategy:
7+
fail-fast: false
78
matrix:
8-
python_version: ['3.10', '3.12', '3.13', '3.14']
9+
python_version: ['3.10', '3.11', '3.12', '3.13', '3.14', '3.14t']
910
os: [ubuntu-latest]
1011
runs-on: ${{ matrix.os }}
1112
timeout-minutes: 30

0 commit comments

Comments
 (0)