Skip to content

Commit 600310f

Browse files
committed
circle ci + cibuildwheel: allow upgrade to newer releases
1 parent 487509d commit 600310f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

cibw-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cibuildwheel==3.1.0
1+
cibuildwheel>=3.1

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ write_to = "cwltool/_version.py"
2020
[tool.cibuildwheel]
2121
test-command = "python -m pytest --ignore cwltool/schemas -n logical --dist worksteal --junitxml={project}/test-results/junit_$(python -V | awk '{print $2}')_${AUDITWHEEL_PLAT}.xml -k 'not (test_bioconda or test_env_filtering or test_udocker)' --pyargs cwltool"
2222
test-requires = "-r test-requirements.txt"
23-
test-extras = "deps"
2423
build-verbosity = 1
2524
environment = { CWLTOOL_USE_MYPYC="1", MYPYPATH="$(pwd)/mypy-stubs" }
2625
# Disable building PyPy wheels on all platforms

0 commit comments

Comments
 (0)