We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fee6e6 commit fbe20ceCopy full SHA for fbe20ce
1 file changed
pyproject.toml
@@ -60,7 +60,7 @@ build = "cp310-* cp311-* cp312-* cp313-* cp314-*"
60
before-build = "pip install -r build_requirements.txt"
61
62
# Testing
63
-test-requires = "pytest pytest-datadir sortedcontainers libcasm-mapping>=2.2.0"
+test-requires = "pytest pytest-datadir sortedcontainers libcasm-mapping>=3.0a1,<4"
64
test-command = "pytest -rsap {project}/python/tests"
65
66
[tool.cibuildwheel.macos]
0 commit comments