Skip to content

Commit 509cd14

Browse files
authored
Test and build against Python 3.11 (#84)
1 parent 56d6a16 commit 509cd14

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
- "cp38-*"
7979
- "cp39-*"
8080
- "cp310-*"
81+
- "cp311-*"
8182
exclude:
8283
- os: ubuntu-latest
8384
cibw_arch: universal2
@@ -113,7 +114,7 @@ jobs:
113114
with:
114115
platforms: arm64
115116

116-
- uses: pypa/cibuildwheel@v2.2.2
117+
- uses: pypa/cibuildwheel@v2.9.0
117118
env:
118119
CIBW_BUILD_VERBOSITY: 1
119120
CIBW_BUILD: ${{ matrix.cibw_python }}

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10"]
17+
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11.0-rc.2"]
1818
os: [windows-latest, ubuntu-latest, macos-latest]
1919
exclude:
2020
# Python 3.5 is unable to properly

0 commit comments

Comments
 (0)