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

This commit is contained in:
Justus Kuhlmann 2025-12-01 17:54:04 +01:00
commit 2980b1f2db
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" build-backend = "setuptools.build_meta"
[project] [project]
requires-python = ">=3.9" requires-python = ">=3.10"
name = "corrlib" name = "corrlib"
dynamic = ["version"] dynamic = ["version"]
dependencies = [ dependencies = [