Skip to content

Commit 54c35d2

Browse files
committed
Add Python 3.11 to build and package
1 parent 66d3d8e commit 54c35d2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 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:
@@ -68,7 +68,7 @@ jobs:
6868
build-linux:
6969
strategy:
7070
matrix:
71-
python_version: ['3.7', '3.8', '3.9', '3.10']
71+
python_version: ['3.7', '3.8', '3.9', '3.10', '3.11']
7272
runs-on: ubuntu-latest
7373
steps:
7474
- uses: actions/checkout@v2
@@ -99,7 +99,7 @@ jobs:
9999
build-mac:
100100
strategy:
101101
matrix:
102-
python_version: ['3.7', '3.8', '3.9', '3.10']
102+
python_version: ['3.7', '3.8', '3.9', '3.10', '3.11']
103103
env:
104104
MACOSX_SDK: '10.10'
105105
MACOSX_DEPLOYMENT_TARGET: '10.9'
@@ -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)