Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Commit ea1dc76

Browse files
authored
Add Python 3.11 support
2 parents 2b41934 + 97995c9 commit ea1dc76

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
os: [macOS, Ubuntu, Windows]
29-
minor: [7, 8, 9, 10]
29+
minor: [7, 8, 9, 10, 11]
3030
runs-on: ${{ matrix.os }}-latest
3131
steps:
3232
- uses: actions/checkout@v2
3333
- uses: actions/setup-python@v2
34-
- uses: pypa/cibuildwheel@v2.5.0
34+
- uses: pypa/cibuildwheel@v2.11.2
3535
with:
3636
output-dir: dist
3737
env:

0 commit comments

Comments
 (0)