Skip to content

Commit bafece4

Browse files
committed
Add freethreaded python 3.14 to matrix to test
1 parent 6359a8f commit bafece4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/testEndToEnd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
python_version: ['3.12', '3.13', '3.14']
13+
python_version: ['3.12', '3.13', '3.14', '3.14t']
1414
operating_system: ['ubuntu-24.04', 'macos-15', 'windows-2022']
1515
#operating_system: ["ubuntu-20.04", "ubuntu-22.04", "macos-latest"]
1616

.github/workflows/test_against_escu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python_version: ['3.12', '3.13', '3.14']
19+
python_version: ['3.12', '3.13', '3.14', '3.14t']
2020

2121
operating_system: ['ubuntu-24.04', 'macos-15']
2222
# Do not test against ESCU until known character encoding issue is resolved

0 commit comments

Comments
 (0)