Skip to content

Commit 2f07edc

Browse files
committed
setup.py: Adapt supported python versions
1 parent cc769a7 commit 2f07edc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,11 @@ def run(self):
6969
"Natural Language :: English",
7070
"Operating System :: OS Independent",
7171
"Programming Language :: Python :: 3.9",
72+
"Programming Language :: Python :: 3.10",
7273
"Programming Language :: Python :: 3.11",
74+
"Programming Language :: Python :: 3.12",
75+
"Programming Language :: Python :: 3.13",
76+
"Programming Language :: Python :: 3.14",
7377
"Topic :: Scientific/Engineering :: Bio-Informatics"
7478
],
7579
cmdclass={'check_version': CheckVersionCommand}

0 commit comments

Comments
 (0)