|
30 | 30 | author="Dr Mark B Schultz", # Optional |
31 | 31 | author_email="[email protected]", # Optional |
32 | 32 | classifiers=[ # Optional |
33 | | - "Development Status :: 3 - Alpha", |
| 33 | + "Development Status :: 3 - Beta", |
34 | 34 | "Intended Audience :: Developers", |
35 | 35 | "Topic :: Software Development :: Build Tools", |
36 | 36 | "License :: OSI Approved :: MIT License", |
37 | | - "Programming Language :: Python :: 3.7", |
| 37 | + "Programming Language :: Python :: 3.13.0", |
38 | 38 | ], |
39 | 39 | keywords="budgitree scientific exponential notation branch support decimal polytomy polytomies phylogenetic newick tree bifurcating", # Optional |
40 | 40 | 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"], |
45 | 44 | extras_require={ # Optional |
46 | 45 | "dev": ["pre-commit", "pipenv"], |
47 | 46 | "test": ["pytest", "pytest-cov"], |
|
0 commit comments