Skip to content

Commit 7f0c882

Browse files
author
Mark Schultz
authored
Update setup.py
1 parent 96ec8c5 commit 7f0c882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
],
3939
keywords="budgitree scientific exponential notation branch support decimal polytomy polytomies phylogenetic newick tree bifurcating", # Optional
4040
packages=find_packages(exclude=["contrib", "docs", "tests"]), # Required
41-
python_requires=">=3.13.0",
41+
python_requires=">=3.9",
4242
install_requires=["ete3 >= 3.1.3",
4343
"biopython >= 1.84"],
4444
extras_require={ # Optional

0 commit comments

Comments
 (0)