modify wildcard to disable free threaded py314 also
This commit is contained in:
committed by
Jacob Alexander
parent
19acf378d6
commit
ab6b6bca90
2
.github/workflows/wheels.yml
vendored
2
.github/workflows/wheels.yml
vendored
@@ -53,7 +53,7 @@ jobs:
|
|||||||
CIBW_ARCHS: ${{ matrix.arch }}
|
CIBW_ARCHS: ${{ matrix.arch }}
|
||||||
# TODO: Disable building PyPy wheels. If the build system gets modernized, this should be
|
# TODO: Disable building PyPy wheels. If the build system gets modernized, this should be
|
||||||
# auto-detected based on the Cython dependency.
|
# auto-detected based on the Cython dependency.
|
||||||
CIBW_SKIP: pp* cp314-*
|
CIBW_SKIP: pp* cp314*
|
||||||
CIBW_TEST_REQUIRES: pytest pytest-asyncio
|
CIBW_TEST_REQUIRES: pytest pytest-asyncio
|
||||||
CIBW_TEST_COMMAND: pytest {project}
|
CIBW_TEST_COMMAND: pytest {project}
|
||||||
# Only needed to make the macosx arm64 build work
|
# Only needed to make the macosx arm64 build work
|
||||||
|
|||||||
Reference in New Issue
Block a user