From 83f31049a9445fb290a558fcd3b91b9f2736ec5b Mon Sep 17 00:00:00 2001 From: Daniel Rasmussen Date: Mon, 2 May 2022 14:26:07 -0300 Subject: [PATCH] fixup! Drop support for python 3.7 --- .nengobones.yml | 1 + .travis.yml | 1 + CHANGES.rst | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.nengobones.yml b/.nengobones.yml index 582f38bbb..463dc09d7 100644 --- a/.nengobones.yml +++ b/.nengobones.yml @@ -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] diff --git a/.travis.yml b/.travis.yml index 81fcf9a57..54110d831 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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]" diff --git a/CHANGES.rst b/CHANGES.rst index 8793015b5..7b742a26e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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