File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 8
8
build_wheels :
9
9
strategy :
10
10
matrix :
11
- os : [ubuntu-20 .04, windows-2022, macos-10.15]
11
+ os : [ubuntu-22 .04, windows-2022, macos-10.15]
12
12
runs-on : ${{ matrix.os }}
13
13
name : Build wheels on ${{ matrix.os }}
14
14
35
35
make cython
36
36
37
37
- name : Build
38
- uses : pypa/cibuildwheel@v2.6 .0
38
+ uses : pypa/cibuildwheel@v2.9 .0
39
39
env :
40
40
CIBW_TEST_REQUIRES : " pytest"
41
41
CIBW_TEST_COMMAND : " pytest {package}/test"
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ classifiers =
22
22
Programming Language :: Python :: 3.8
23
23
Programming Language :: Python :: 3.9
24
24
Programming Language :: Python :: 3.10
25
+ Programming Language :: Python :: 3.11
25
26
Programming Language :: Python :: Implementation :: CPython
26
27
Programming Language :: Python :: Implementation :: PyPy
27
28
Intended Audience :: Developers
You can’t perform that action at this time.
0 commit comments