File tree Expand file tree Collapse file tree 3 files changed +7
-9
lines changed
Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 99 push :
1010 branches : [master]
1111
12-
13-
1412jobs :
1513 multi-os-python-numpy :
1614 runs-on : ${{ matrix.os }}
1715
1816 strategy :
19- fail-fast : true
17+ fail-fast : false # temporary for extending matrix, should normally be true
2018 matrix :
2119 os : ["ubuntu-latest", "windows-latest"]
2220 # "macos-latest",
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ a GitHub account and then set to watch the repository at `GitHub Repository`_
3838Requirements
3939------------
4040
41- * Python _ 3.7 or later
42- * numpy _ >= 1.11.0
41+ * Python _ 3.8 or later
42+ * numpy _ >= 1.19.5
4343 * quantities _ >= 0.12.1
4444 * nose _ >= 1.1.2 (for running tests)
4545 * Sphinx _ (for building documentation)
@@ -193,15 +193,15 @@ open a pull request on GitHub
193193Python version
194194--------------
195195
196- Neo should work with Python 3.7 or newer. If you need support for Python 2.7,
196+ Neo should work with Python 3.8 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.7 or newer.
204+ Python 3.8 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.
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ Installing from the Python Package Index
1111Dependencies
1212------------
1313
14- * Python _ >= 3.7
15- * numpy _ >= 1.18 .5
14+ * Python _ >= 3.8
15+ * numpy _ >= 1.19 .5
1616 * quantities _ >= 0.12.1
1717
1818You can install the latest published version of Neo and its dependencies using::
You can’t perform that action at this time.
0 commit comments