Skip to content

Commit

Permalink
Test and build against Python 3.11 (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
elprans committed Sep 13, 2022
1 parent 56d6a16 commit 509cd14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
- "cp38-*"
- "cp39-*"
- "cp310-*"
- "cp311-*"
exclude:
- os: ubuntu-latest
cibw_arch: universal2
Expand Down Expand Up @@ -113,7 +114,7 @@ jobs:
with:
platforms: arm64

- uses: pypa/cibuildwheel@v2.2.2
- uses: pypa/cibuildwheel@v2.9.0
env:
CIBW_BUILD_VERBOSITY: 1
CIBW_BUILD: ${{ matrix.cibw_python }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10"]
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11.0-rc.2"]
os: [windows-latest, ubuntu-latest, macos-latest]
exclude:
# Python 3.5 is unable to properly
Expand Down

0 comments on commit 509cd14

Please sign in to comment.