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 96ec8c5 commit 7f0c882Copy full SHA for 7f0c882
setup.py
@@ -38,7 +38,7 @@
38
],
39
keywords="budgitree scientific exponential notation branch support decimal polytomy polytomies phylogenetic newick tree bifurcating", # Optional
40
packages=find_packages(exclude=["contrib", "docs", "tests"]), # Required
41
- python_requires=">=3.13.0",
+ python_requires=">=3.9",
42
install_requires=["ete3 >= 3.1.3",
43
"biopython >= 1.84"],
44
extras_require={ # Optional
0 commit comments