Skip to content

Commit 8a17775

Browse files
authored
Update to set of Python versions to be supported by 3.29.0 (#7)
1 parent ebc7b8b commit 8a17775

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
matrix:
1111
os: [ubuntu-20.04, windows-2019, macos-11]
1212
env:
13-
CIBW_BUILD: cp37-* cp38-* cp39-* cp310-* cp311-*
13+
CIBW_BUILD: cp38-* cp39-* cp310-* cp311-* cp312-*
1414
CIBW_SKIP: "*musllinux*"
1515
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
1616
CIBW_ARCHS_LINUX: x86_64 aarch64
17-
CIBW_TEST_REQUIRES: nose mock pure-sasl eventlet
17+
CIBW_TEST_REQUIRES: pynose mock pure-sasl eventlet
1818
CIBW_TEST_COMMAND: echo "wheel is installed"
1919
steps:
2020
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)