Skip to content

Commit

Permalink
fixup! Drop support for python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
drasmuss committed May 2, 2022
1 parent 7aec1b1 commit 83f3104
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .nengobones.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ travis_yml:
NENGO_VERSION: git+https://github.com/nengo/nengo.git#egg=nengo[tests]
TF_VERSION: tensorflow<2.3.0
NUMPY_VERSION: numpy<1.20.0
python: "3.8"
- script: test-coverage
env:
NENGO_VERSION: git+https://github.com/nengo/nengo.git#egg=nengo[tests]
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
TF_VERSION="tensorflow<2.3.0"
NUMPY_VERSION="numpy<1.20.0"
SCRIPT="remote-test"
python: 3.8
-
env:
NENGO_VERSION="git+https://github.com/nengo/nengo.git#egg=nengo[tests]"
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Release history

**Removed**

- Dropped support for Python 3.7. (`#224`_)
- Dropped support for Python 3.6. (`#224`_)

.. _#224: https://github.com/nengo/nengo-dl/pull/224

Expand Down

0 comments on commit 83f3104

Please sign in to comment.