Skip to content

Commit

Permalink
Add supporting Python3.8+
Browse files Browse the repository at this point in the history
  • Loading branch information
keisen committed May 7, 2020
1 parent 5a67abf commit 8b8a7eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ env:
- TF_VERSION=2.0.1 TF_KERAS_VIS_MAX_STEPS=3
- TF_VERSION=2.1.0 TF_KERAS_VIS_MAX_STEPS=3
- TF_VERSION=2.2.0 TF_KERAS_VIS_MAX_STEPS=3
jobs:
include:
- python: 3.8
env: TF_VERSION=2.2.0 TF_KERAS_VIS_MAX_STEPS=3
install:
- pip install -U pip
- pip install -U --force-reinstall -e .[development,examples] tensorflow==$TF_VERSION
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
python_requires='>=3.5, <3.8',
python_requires='>=3.5, <=3.8',
install_requires=['numpy', 'scipy', 'imageio', 'pillow'],
extras_require={
'development':
Expand Down

0 comments on commit 8b8a7eb

Please sign in to comment.