Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit efd94ab

Browse files
Include python3.10 in wheel building
1 parent 2b6fa15 commit efd94ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-sdist-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: [pull_request, push]
33

44
env:
55
CIBW_BUILD_VERBOSITY: 3
6-
CIBW_BUILD: 'cp3?-*'
6+
CIBW_BUILD: 'cp*'
77
CIBW_SKIP: 'cp35-* cp36-* *-manylinux_i686 *-musllinux_* *-win32'
88
CIBW_BEFORE_TEST: pip install -r {project}/tests/requirement_tests.txt
99
CIBW_TEST_COMMAND: pytest -s -v {project}/tests

0 commit comments

Comments
 (0)