We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1e48fa commit c8af0deCopy full SHA for c8af0de
pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ["flit_core >=3.7,<4"]
+requires = ["flit_core >=3.8,<4"]
3
build-backend = "flit_core.buildapi"
4
5
[project]
@@ -23,8 +23,8 @@ dynamic = ["description"]
23
24
25
[project.optional-dependencies]
26
-test = ["pytest >= 7.1", "pytest-cov >= 3.0", "codecov >= 2.1"]
27
-lint = ["pre-commit >= 2.20"]
+test = ["pytest >= 7.2", "pytest-cov >= 4.0", "codecov >= 2.1"]
+lint = ["pre-commit >= 3.1"]
28
29
[project.urls]
30
Home = "https://scientific-python.org/specs/spec-0001/"
0 commit comments