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 1cd7cb3 commit 2e316d1Copy full SHA for 2e316d1
setup.py
@@ -69,7 +69,11 @@ def run(self):
69
"Natural Language :: English",
70
"Operating System :: OS Independent",
71
"Programming Language :: Python :: 3.9",
72
+ "Programming Language :: Python :: 3.10",
73
"Programming Language :: Python :: 3.11",
74
+ "Programming Language :: Python :: 3.12",
75
+ "Programming Language :: Python :: 3.13",
76
+ "Programming Language :: Python :: 3.14",
77
"Topic :: Scientific/Engineering :: Bio-Informatics"
78
],
79
cmdclass={'check_version': CheckVersionCommand}
0 commit comments