File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
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"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments