Skip to content

Commit 96f1a00

Browse files
authored
CI: add free-threaded python==3.14t to the text matrix
1 parent 1ef5b07 commit 96f1a00

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/array-api-tests-numpy-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
package-name: numpy
1010
extra-requires: '--pre --extra-index https://pypi.anaconda.org/scientific-python-nightly-wheels/simple'
1111
xfails-file-extra: '-dev'
12-
python-versions: '[''3.11'', ''3.13'', ''3.14'']'
12+
python-versions: '[''3.11'', ''3.13'', ''3.14'', ''3.14t'']'
1313
pytest-extra-args: -n 4
1414
extra-env-vars: |
1515
ARRAY_API_TESTS_XFAIL_MARK=skip

.github/workflows/array-api-tests-numpy-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
uses: ./.github/workflows/array-api-tests.yml
88
with:
99
package-name: numpy
10-
python-versions: '[''3.10'', ''3.13'', ''3.14'']'
10+
python-versions: '[''3.10'', ''3.13'', ''3.14'', ''3.14t'']'
1111
pytest-extra-args: -n 4
1212
extra-env-vars: |
1313
ARRAY_API_TESTS_XFAIL_MARK=skip

.github/workflows/array-api-tests-torch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
extra-env-vars: |
1212
ARRAY_API_TESTS_SKIP_DTYPES=uint16,uint32,uint64
1313
ARRAY_API_TESTS_XFAIL_MARK=skip
14-
python-versions: '[''3.10'', ''3.13'', ''3.14'']'
14+
python-versions: '[''3.10'', ''3.13'', ''3.14'', ''3.14t'']'
1515
pytest-extra-args: -n 4

0 commit comments

Comments
 (0)