Skip to content
Snippets Groups Projects

Use version_file instead of write_to in pyproject.toml

Merged Klaas Kliffen requested to merge fix/use_version_file into main
All threads resolved!
Files
2
@@ -88,7 +88,7 @@ run_unit_tests:
- tox -e py3${PY_VERSION}
parallel:
matrix: # use the matrix for testing
- PY_VERSION: [7, 8, 9, 10]
- PY_VERSION: [ 8, 9, 10]
# Run code coverage on the base image thus also performing unit tests
run_unit_tests_coverage:
Loading