Skip to content

Commit

Permalink
Add Python 3.11 to build and package
Browse files Browse the repository at this point in the history
  • Loading branch information
blowekamp committed Oct 28, 2022
1 parent 66d3d8e commit 54c35d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
build-windows:
strategy:
matrix:
python_version: ['3.7', '3.8', '3.9', '3.10']
python_version: ['3.7', '3.8', '3.9', '3.10', '3.11']
runs-on: windows-2019

steps:
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
build-linux:
strategy:
matrix:
python_version: ['3.7', '3.8', '3.9', '3.10']
python_version: ['3.7', '3.8', '3.9', '3.10', '3.11']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
build-mac:
strategy:
matrix:
python_version: ['3.7', '3.8', '3.9', '3.10']
python_version: ['3.7', '3.8', '3.9', '3.10', '3.11']
env:
MACOSX_SDK: '10.10'
MACOSX_DEPLOYMENT_TARGET: '10.9'
Expand Down Expand Up @@ -169,4 +169,4 @@ jobs:
env:
ANACONDA_ORGANIZATION: simpleitk
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }}
ANACONDA_LABEL: ${{needs.set-anaconda-tag.outputs.anaconda-tag}}
ANACONDA_LABEL: ${{needs.set-anaconda-tag.outputs.anaconda-tag}}

0 comments on commit 54c35d2

Please sign in to comment.