File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ a GitHub account and then set to watch the repository at `GitHub Repository`_
3838Requirements
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
193193Python 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,
197197use Neo v0.8.0 or earlier.
198198
199199
200200Coding standards and style
201201--------------------------
202202
203203All 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
206206You can use the `pep8 `_ program to check the code for PEP 8 conformity.
207207You can also use `flake8 `_, which combines pep8 and pyflakes.
You can’t perform that action at this time.
0 commit comments