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 44b5dda commit b851c77Copy full SHA for b851c77
.github/workflows/build.yml
@@ -5,7 +5,8 @@ on: [push, pull_request]
5
env:
6
CIBW_ENVIRONMENT_PASS_LINUX: PYTEST_TIMEOUT
7
CIBW_TEST_COMMAND: "cd {project} && pip install --prefer-binary '.[test]' && python -m pytest -v tests"
8
- CIBW_SKIP: "cp38-* pp38-*"
+ # Free-threaded builds excluded for Python 3.14 because they do not support the limited API
9
+ CIBW_SKIP: "cp38-* pp38-* cp314t-*"
10
PYTEST_TIMEOUT: 60
11
12
jobs:
0 commit comments