Skip to content

Commit 16da40f

Browse files
author
Mark Schultz
authored
Update setup.py
1 parent f339f0f commit 16da40f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

setup.py

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,17 @@
3030
author="Dr Mark B Schultz", # Optional
3131
author_email="[email protected]", # Optional
3232
classifiers=[ # Optional
33-
"Development Status :: 3 - Alpha",
33+
"Development Status :: 3 - Beta",
3434
"Intended Audience :: Developers",
3535
"Topic :: Software Development :: Build Tools",
3636
"License :: OSI Approved :: MIT License",
37-
"Programming Language :: Python :: 3.7",
37+
"Programming Language :: Python :: 3.13.0",
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.7",
42-
install_requires=["ete3 >= 3.1.1",
43-
"biopython >= 1.74",
44-
"six >= 1.13.0"],
41+
python_requires=">=3.13.0",
42+
install_requires=["ete3 >= 3.1.3",
43+
"biopython >= 1.84"],
4544
extras_require={ # Optional
4645
"dev": ["pre-commit", "pipenv"],
4746
"test": ["pytest", "pytest-cov"],

0 commit comments

Comments
 (0)