Skip to content

Commit 44a8060

Browse files
authored
Add python 3.11 wheels (#517)
1 parent edca770 commit 44a8060

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/wheel.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build_wheels:
99
strategy:
1010
matrix:
11-
os: [ubuntu-20.04, windows-2022, macos-10.15]
11+
os: [ubuntu-22.04, windows-2022, macos-10.15]
1212
runs-on: ${{ matrix.os }}
1313
name: Build wheels on ${{ matrix.os }}
1414

@@ -35,7 +35,7 @@ jobs:
3535
make cython
3636
3737
- name: Build
38-
uses: pypa/cibuildwheel@v2.6.0
38+
uses: pypa/cibuildwheel@v2.9.0
3939
env:
4040
CIBW_TEST_REQUIRES: "pytest"
4141
CIBW_TEST_COMMAND: "pytest {package}/test"

setup.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ classifiers =
2222
Programming Language :: Python :: 3.8
2323
Programming Language :: Python :: 3.9
2424
Programming Language :: Python :: 3.10
25+
Programming Language :: Python :: 3.11
2526
Programming Language :: Python :: Implementation :: CPython
2627
Programming Language :: Python :: Implementation :: PyPy
2728
Intended Audience :: Developers

0 commit comments

Comments
 (0)