Disable Py3.14 in favour of released Py only

This commit is contained in:
Lee J. O'Riordan
2025-09-03 10:56:05 -04:00
committed by Jacob Alexander
parent 4a70b3ed73
commit 19acf378d6

View File

@@ -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* 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