Skip to content

Commit 4dbf3ce

Browse files
Python 3.13 not supported yet
1 parent 0739358 commit 4dbf3ce

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["flit_core >=3.12.0,<4"]
2+
requires = ["flit_core >=3.12,<4"]
33
build-backend = "flit_core.buildapi"
44

55
[project]
@@ -17,13 +17,12 @@ classifiers = [
1717
"Programming Language :: Python :: 3.10",
1818
"Programming Language :: Python :: 3.11",
1919
"Programming Language :: Python :: 3.12",
20-
"Programming Language :: Python :: 3.13",
2120
"Topic :: Scientific/Engineering :: Bio-Informatics",
2221
"Topic :: Scientific/Engineering :: Chemistry",
2322
]
2423
license = "BSD-3-Clause"
2524
license-files = ["LICENSE"]
26-
requires-python = ">=3.10, <=3.13"
25+
requires-python = ">=3.10, <3.13"
2726
dependencies = ["pandas>=0.17"]
2827

2928
[project.urls]

0 commit comments

Comments
 (0)