Skip to content

Commit fbe20ce

Browse files
committed
Fix test-requires
1 parent 3fee6e6 commit fbe20ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ build = "cp310-* cp311-* cp312-* cp313-* cp314-*"
6060
before-build = "pip install -r build_requirements.txt"
6161

6262
# Testing
63-
test-requires = "pytest pytest-datadir sortedcontainers libcasm-mapping>=2.2.0"
63+
test-requires = "pytest pytest-datadir sortedcontainers libcasm-mapping>=3.0a1,<4"
6464
test-command = "pytest -rsap {project}/python/tests"
6565

6666
[tool.cibuildwheel.macos]

0 commit comments

Comments
 (0)