We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac4b7a3 commit e27d125Copy full SHA for e27d125
1 file changed
.github/workflows/build.yml
@@ -47,7 +47,7 @@ jobs:
47
CIBW_BUILD: cp${{ matrix.python }}-${{ matrix.platform_id }}
48
CIBW_ARCHS_LINUX: auto
49
CIBW_ARCHS_MACOS: universal2
50
- CIBW_TEST_REQUIRES: pytest==9.* hypothesis==6.*
+ CIBW_TEST_REQUIRES: pytest==9.* hypothesis==6.* typing-extension==4.*
51
CIBW_TEST_COMMAND: "bash {project}/tools/test_wheels.sh {project}"
52
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
53
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux2014
0 commit comments