Skip to content

Commit a10b2b7

Browse files
committed
update min python listed in dev guide
1 parent b709c55 commit a10b2b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/source/developers_guide.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ a GitHub account and then set to watch the repository at `GitHub Repository`_
3838
Requirements
3939
------------
4040

41-
* Python_ 3.5 or later
41+
* Python_ 3.7 or later
4242
* numpy_ >= 1.11.0
4343
* quantities_ >= 0.12.1
4444
* nose_ >= 1.1.2 (for running tests)
@@ -193,15 +193,15 @@ open a pull request on GitHub
193193
Python version
194194
--------------
195195

196-
Neo should work with Python 3.5 or newer. If you need support for Python 2.7,
196+
Neo should work with Python 3.7 or newer. If you need support for Python 2.7,
197197
use Neo v0.8.0 or earlier.
198198

199199

200200
Coding standards and style
201201
--------------------------
202202

203203
All code should conform as much as possible to `PEP 8`_, and should run with
204-
Python 3.5 or newer.
204+
Python 3.7 or newer.
205205

206206
You can use the `pep8`_ program to check the code for PEP 8 conformity.
207207
You can also use `flake8`_, which combines pep8 and pyflakes.

0 commit comments

Comments
 (0)