Skip to content

Commit ae578bb

Browse files
committed
maint: add Python 3.11 wheels
1 parent 8ada1ee commit ae578bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildwheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Build wheels
2020
uses: pypa/[email protected]
2121
env:
22-
CIBW_BUILD: cp37-* cp38-* cp39-* cp310-*
22+
CIBW_BUILD: cp39-* cp310-* cp311-*
2323
CIBW_SKIP: "*-win32 *-manylinux_i686 *-musllinux_*"
2424
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
2525
CIBW_BEFORE_ALL_LINUX: bin/cibw_before_build_linux.sh
@@ -43,7 +43,7 @@ jobs:
4343
fail-fast: false
4444
matrix:
4545
os: [ubuntu-20.04, macOS-10.15]
46-
python-version: ['3.7', '3.8', '3.9', '3.10']
46+
python-version: ['3.9', '3.10', '3.11']
4747

4848
steps:
4949
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)