File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -43,16 +43,14 @@ algorithms. Heaps and BSTs (binary search trees) are also supported.
43
43
Announcements
44
44
=============
45
45
46
- * **Binarytree ** version `4.0 `_ is now out!
47
46
* Please see the releases _ page for details on the latest updates.
48
47
49
- .. _4.0 : https://github.com/joowani/binarytree/releases/tag/4.0.0
50
48
.. _releases : https://github.com/joowani/binarytree/releases
51
49
52
50
Requirements
53
51
============
54
52
55
- - Python 2.7, 3.4, 3.5 or 3.6 .
53
+ - Python 2.7, 3.4, 3.5, 3.6 or 3.7 .
56
54
57
55
Installation
58
56
============
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ algorithms. Heaps and BSTs (binary search trees) are also supported.
11
11
Requirements
12
12
============
13
13
14
- - Python 2.7, 3.4, 3.5 or 3.6
14
+ - Python 2.7, 3.4, 3.5, 3.6 or 3.7
15
15
16
16
Installation
17
17
============
You can’t perform that action at this time.
0 commit comments