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" ]
2323 steps :
2424 - uses : actions/checkout@v4
2525 with :
4747 - name : Build conda package
4848 run : |
4949 CHANNELS="-c conda-forge --override-channels"
50- VERSIONS="--python ${{ matrix.python }} --numpy 2.0 "
50+ VERSIONS="--python ${{ matrix.python }} --numpy 2.* "
5151 TEST="--no-test"
5252
5353 conda build \
6666
6767 strategy :
6868 matrix :
69- python : ["3.10", "3.11", "3.12"]
69+ python : ["3.10", "3.11", "3.12", "3.13" ]
7070 env :
7171 conda-bld : C:\Miniconda\conda-bld\win-64\
7272 steps :
9595 - name : Setup MSVC
9696 uses : ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
9797 - name : Build conda package
98- run : conda build --no-test --python ${{ matrix.python }} --numpy 2.0 -c conda-forge --override-channels conda-recipe-cf
98+ run : conda build --no-test --python ${{ matrix.python }} --numpy 2.* -c conda-forge --override-channels conda-recipe-cf
9999 - name : Upload artifact
100100 uses : actions/upload-artifact@v4
101101 with :
@@ -108,7 +108,7 @@ jobs:
108108
109109 strategy :
110110 matrix :
111- python : ["3.10", "3.11", "3.12"]
111+ python : ["3.10", "3.11", "3.12", "3.13" ]
112112 numpy : ["2*"]
113113 experimental : [false]
114114 runner : [ubuntu-latest]
@@ -176,7 +176,7 @@ jobs:
176176
177177 strategy :
178178 matrix :
179- python : ["3.10", "3.11", "3.12"]
179+ python : ["3.10", "3.11", "3.12", "3.13" ]
180180 numpy : ["2*"]
181181 experimental : [false]
182182 runner : [windows-latest]
0 commit comments