We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c46ed53 commit 2046eeeCopy full SHA for 2046eee
.github/workflows/test_and_deploy.yml
@@ -127,7 +127,7 @@ jobs:
127
if: github.event_name != 'release'
128
uses: pypa/[email protected] # The main configuration is in pyproject.toml
129
env:
130
- CIBW_BUILD: "cp312-manylinux*" # Build only python 3.12 wheels for testing
+ CIBW_BUILD: "cp39-manylinux* cp310-manylinux* cp311-manylinux* cp312-manylinux*"
131
# Increase verbosity to see what's going on in the build in case of failure
132
CIBW_BUILD_VERBOSITY: 3
133
CIBW_REPAIR_WHEEL_COMMAND_LINUX: >
0 commit comments