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 1a1d1a3 commit 36fbd15Copy full SHA for 36fbd15
pyproject.toml
@@ -22,11 +22,13 @@ classifiers = [
22
"Operating System :: MacOS :: MacOS X",
23
"Programming Language :: Python :: 3",
24
"Programming Language :: Python :: 3.10",
25
+ "Programming Language :: Python :: 3.11",
26
+ "Programming Language :: Python :: 3.12",
27
"Topic :: Scientific/Engineering :: Bio-Informatics",
28
"Topic :: Scientific/Engineering :: Chemistry",
29
"Topic :: Scientific/Engineering :: Physics",
30
]
-requires-python = ">=3.7"
31
+requires-python = ">=3.10"
32
dependencies = [
33
"click>=8.1.8",
34
"defusedxml>=0.7.1",
0 commit comments