Skip to content

Commit 99d3228

Browse files
committed
Add Python 3.11 to build and package
1 parent 66d3d8e commit 99d3228

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
build-windows:
3434
strategy:
3535
matrix:
36-
python_version: ['3.7', '3.8', '3.9', '3.10']
36+
python_version: ['3.7', '3.8', '3.9', '3.10', '3.11']
3737
runs-on: windows-2019
3838

3939
steps:
@@ -169,4 +169,4 @@ jobs:
169169
env:
170170
ANACONDA_ORGANIZATION: simpleitk
171171
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }}
172-
ANACONDA_LABEL: ${{needs.set-anaconda-tag.outputs.anaconda-tag}}
172+
ANACONDA_LABEL: ${{needs.set-anaconda-tag.outputs.anaconda-tag}}

0 commit comments

Comments
 (0)