test/first #8

Merged
jkuhl merged 24 commits from test/first into develop 2025-12-01 18:07:00 +01:00
Showing only changes of commit d9bbac086e - Show all commits

add requires python
Some checks failed
Pytest / pytest (3.12) (push) Failing after 9s
Pytest / pytest (3.13) (push) Failing after 12s
Pytest / pytest (3.14) (push) Failing after 13s

Justus Kuhlmann 2025-12-01 17:53:10 +01:00
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6

View file

@ -3,6 +3,7 @@ requires = ["setuptools >= 63.0.0", "wheel", "setuptools-scm"]
build-backend = "setuptools.build_meta"
[project]
requires-python = ">=3.9"
name = "corrlib"
dynamic = ["version"]
dependencies = [