fix python version to 3.10
This commit is contained in:
parent
d9bbac086e
commit
2980b1f2db
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue