Skip to content

Commit e5c5bb6

Browse files
Update Python version from 3.10 to 3.11
1 parent cd545b7 commit e5c5bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda_build_and_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
subDir: 'Wrappers/Python/conda-recipe'
2424
channels: '-c conda-forge -c ccpi'
25-
test_pyver: 3.10
25+
test_pyver: 3.11
2626
AnacondaToken: ${{ secrets.ANACONDA_TOKEN }}
2727
publish: ${{ github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') }}
2828
test_all: ${{(github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')) || (github.ref == 'refs/heads/master')}}

0 commit comments

Comments
 (0)