We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebc7b8b commit 8a17775Copy full SHA for 8a17775
1 file changed
.github/workflows/build_wheels.yml
@@ -10,11 +10,11 @@ jobs:
10
matrix:
11
os: [ubuntu-20.04, windows-2019, macos-11]
12
env:
13
- CIBW_BUILD: cp37-* cp38-* cp39-* cp310-* cp311-*
+ CIBW_BUILD: cp38-* cp39-* cp310-* cp311-* cp312-*
14
CIBW_SKIP: "*musllinux*"
15
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
16
CIBW_ARCHS_LINUX: x86_64 aarch64
17
- CIBW_TEST_REQUIRES: nose mock pure-sasl eventlet
+ CIBW_TEST_REQUIRES: pynose mock pure-sasl eventlet
18
CIBW_TEST_COMMAND: echo "wheel is installed"
19
steps:
20
- uses: actions/checkout@v3
0 commit comments