Skip to content

Commit feb953f

Browse files
committed
[README] Update supported Python version note
1 parent 7cac9e0 commit feb953f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ release notes](https://github.com/G-Node/python-odml/releases).
7777

7878
# Dependencies
7979

80-
* Python 3.6+
80+
* Python 3.7+
8181
* Python packages:
8282

8383
* lxml (version 3.7.2)
@@ -101,7 +101,7 @@ release notes](https://github.com/G-Node/python-odml/releases).
101101

102102
## Previous Python versions
103103

104-
Python 2 has reached end of life. We will not keep any future versions of odml Python 2 compatible and will completely drop support for Python 2 with August 2020. We also recommend using a Python version >= 3.6. If a Python version < 3.6 is a requirement, the following dependency needs to be installed as well:
104+
Python 2 has reached end of life. We will not keep any future versions of odml Python 2 compatible and will drop support for Python 2 with August 2020. We also recommend using a Python version >= 3.7. If a Python version < 3.7 is a requirement, the following dependency needs to be installed as well:
105105

106106
* pip install
107107
* enum34 (version 0.4.4)

0 commit comments

Comments
 (0)