Skip to content

Commit e66d33b

Browse files
Change Python version for conda build
Updated Python version in conda build step from 3.7 to 3.13.
1 parent a1751c8 commit e66d33b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/conda_build_and_publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,9 @@ jobs:
2525
channels: conda-forge, ccpi
2626
conda-remove-defaults: "true"
2727

28-
- run: conda install boa conda-verify
29-
3028
- name: conda build
3129
run: >
32-
conda mambabuild -c conda-forge -c ccpi --python=3.7 --output-folder dist recipe
30+
conda mambabuild -c conda-forge -c ccpi --python=3.13 --output-folder dist recipe
3331
3432
- name: Upload conda package as artifact
3533
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)