There was an error while loading. Please reload this page.
1 parent fa688a0 commit e1e742cCopy full SHA for e1e742c
1 file changed
pyproject.toml
@@ -80,7 +80,7 @@ build-verbosity = 1
80
# is specific to glibc and not available in musl-libc
81
skip = ["*-manylinux_i686", "*-musllinux*", "*-win32", "pp*"]
82
build = ["cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*"]
83
-test-requires = ["pytest", 'libclang>=18.1.1', 'mm-test-adapters~=74']
+test-requires = ["pytest", 'libclang>=18.1.1', 'mm-test-adapters~=74.0']
84
test-command = 'pytest "{project}/tests" -v'
85
86
[tool.cibuildwheel.macos]
0 commit comments