1919 runs-on : ubuntu-latest
2020 strategy :
2121 matrix :
22- python : ["3.10", "3.11", "3.12"]
22+ python : ["3.10", "3.11", "3.12", "3.13"]
23+ numpy : ["2*"]
2324 steps :
2425 - uses : actions/checkout@v4
2526 with :
4748 - name : Build conda package
4849 run : |
4950 CHANNELS="-c conda-forge --override-channels"
50- VERSIONS="--python ${{ matrix.python }} --numpy 2.0 "
51+ VERSIONS="--python ${{ matrix.python }}"
5152 TEST="--no-test"
5253
5354 conda build \
6667
6768 strategy :
6869 matrix :
69- python : ["3.10", "3.11", "3.12"]
70+ python : ["3.10", "3.11", "3.12", "3.13"]
71+ numpy : ["2*"]
7072 env :
7173 conda-bld : C:\Miniconda\conda-bld\win-64\
7274 steps :
9597 - name : Setup MSVC
9698 uses : ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
9799 - name : Build conda package
98- run : conda build --no-test --python ${{ matrix.python }} --numpy 2.0 - c conda-forge --override-channels conda-recipe-cf
100+ run : conda build --no-test --python ${{ matrix.python }} -c conda-forge --override-channels conda-recipe-cf
99101 - name : Upload artifact
100102 uses : actions/upload-artifact@v4
101103 with :
@@ -108,7 +110,7 @@ jobs:
108110
109111 strategy :
110112 matrix :
111- python : ["3.10", "3.11", "3.12"]
113+ python : ["3.10", "3.11", "3.12", "3.13" ]
112114 numpy : ["2*"]
113115 experimental : [false]
114116 runner : [ubuntu-latest]
@@ -176,7 +178,7 @@ jobs:
176178
177179 strategy :
178180 matrix :
179- python : ["3.10", "3.11", "3.12"]
181+ python : ["3.10", "3.11", "3.12", "3.13" ]
180182 numpy : ["2*"]
181183 experimental : [false]
182184 runner : [windows-latest]
0 commit comments