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 2980b1f2db - Show all commits

fix python version to 3.10
Some checks failed
Pytest / pytest (3.12) (push) Failing after 10s
Pytest / pytest (3.13) (push) Failing after 13s
Pytest / pytest (3.14) (push) Failing after 13s

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

View file

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