We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0739358 commit 4dbf3ceCopy full SHA for 4dbf3ce
1 file changed
pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ["flit_core >=3.12.0,<4"]
+requires = ["flit_core >=3.12,<4"]
3
build-backend = "flit_core.buildapi"
4
5
[project]
@@ -17,13 +17,12 @@ classifiers = [
17
"Programming Language :: Python :: 3.10",
18
"Programming Language :: Python :: 3.11",
19
"Programming Language :: Python :: 3.12",
20
- "Programming Language :: Python :: 3.13",
21
"Topic :: Scientific/Engineering :: Bio-Informatics",
22
"Topic :: Scientific/Engineering :: Chemistry",
23
]
24
license = "BSD-3-Clause"
25
license-files = ["LICENSE"]
26
-requires-python = ">=3.10, <=3.13"
+requires-python = ">=3.10, <3.13"
27
dependencies = ["pandas>=0.17"]
28
29
[project.urls]
0 commit comments