Skip to content

Commit 6e627e7

Browse files
committed
adjust readme and setup description to reflect version support change
1 parent 16be2a0 commit 6e627e7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Have a look at our repository with [example data](https://github.com/neherlab/tr
4747

4848
### Installation and prerequisites
4949

50-
TreeTime is compatible with Python 2.7 upwards and is tested on 2.7, 3.5, and 3.6. It depends on several Python libraries:
50+
TreeTime is compatible with Python 3.5 upwards and is tested on 3.5, 3.6, 3.7, and 3.8. It depends on several Python libraries:
5151

5252
* numpy, scipy, pandas: for all kind of mathematical operations as matrix
5353
operations, numerical integration, interpolation, minimization, etc.

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,10 @@ def get_version():
3939
"Development Status :: 3 - Alpha",
4040
"Topic :: Scientific/Engineering :: Bio-Informatics",
4141
"License :: OSI Approved :: MIT License",
42-
"Programming Language :: Python :: 2.7",
4342
"Programming Language :: Python :: 3.5",
44-
"Programming Language :: Python :: 3.6"
43+
"Programming Language :: Python :: 3.6",
44+
"Programming Language :: Python :: 3.7",
45+
"Programming Language :: Python :: 3.8"
4546
],
4647
scripts=['bin/treetime']
4748
)

0 commit comments

Comments
 (0)