Skip to content

Commit ececba7

Browse files
authored
Merge pull request #1467 from ngoldbaum/3.14t-ci
Add CI checks on free-threaded Python 3.14
2 parents e51fc18 + 2fc28e8 commit ececba7

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/miniconda.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,14 @@ 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: [
16+
["python", "3.10"],
17+
["python", "3.11"],
18+
["python", "3.12"],
19+
["python", "3.13"],
20+
["python", "3.14"],
21+
["python-freethreading", "3.14" ],
22+
]
1623
os: [windows-latest, ubuntu-latest, macos-latest]
1724
platform: [x64, x32]
1825
exclude:
@@ -34,7 +41,7 @@ jobs:
3441
environment-name: TEST
3542
init-shell: bash
3643
create-args: >-
37-
python=${{ matrix.python-version }}
44+
${{ matrix.python-version[0] }}=${{ matrix.python-version[1] }}
3845
numpy cython pip setuptools pytest hdf5 libnetcdf cftime zlib certifi typing-extensions
3946
--channel conda-forge
4047

0 commit comments

Comments
 (0)