Skip to content

Commit b876ee0

Browse files
committed
update docs
1 parent 9988473 commit b876ee0

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

.github/workflows/core-test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,12 @@ on:
99
push:
1010
branches: [master]
1111

12-
13-
1412
jobs:
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",

doc/source/developers_guide.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ a GitHub account and then set to watch the repository at `GitHub Repository`_
3838
Requirements
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
193193
Python 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,
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.7 or newer.
204+
Python 3.8 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.

doc/source/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Installing from the Python Package Index
1111
Dependencies
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

1818
You can install the latest published version of Neo and its dependencies using::

0 commit comments

Comments
 (0)