Skip to content

Commit 1fc9ef0

Browse files
committed
Add CI checks on free-threaded Python 3.14
1 parent cbf90c9 commit 1fc9ef0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/miniconda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
# NO_NET: 1
1313
strategy:
1414
matrix:
15-
python-version: [ "3.10", "3.11", "3.12", "3.13", "3.14" ]
15+
python-version: [ "3.10", "3.11", "3.12", "3.13", "3.14", "3.14t" ]
1616
os: [windows-latest, ubuntu-latest, macos-latest]
1717
platform: [x64, x32]
1818
exclude:
@@ -34,7 +34,7 @@ jobs:
3434
environment-name: TEST
3535
init-shell: bash
3636
create-args: >-
37-
python=${{ matrix.python-version }}
37+
${{ endsWith(matrix.python-version, 't') && 'python-freethreading' || 'python' }}=${{ matrix.python-version }}
3838
numpy cython pip setuptools pytest hdf5 libnetcdf cftime zlib certifi typing-extensions
3939
--channel conda-forge
4040

0 commit comments

Comments
 (0)