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 07d0be7 commit 7aec1b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ jobs:
strategy:
matrix:
include:
- python_version: 3.9
- python_version: "3.9"
numpy_version: numpy
tf_version: tensorflow
nengo_version: nengo[tests]
- python_version: 3.10
- python_version: "3.10"
numpy_version: numpy
tf_version: tensorflow --pre
nengo_version: git+https://github.com/nengo/nengo.git#egg=nengo[tests]
- python_version: 3.7
- python_version: "3.7"
numpy_version: numpy==1.16.0
tf_version: tensorflow==2.2.0
nengo_version: nengo[tests]==3.0.0
Expand Down

0 comments on commit 7aec1b1

Please sign in to comment.