Skip to content

Commit

Permalink
installation: support for Python-3.8
Browse files Browse the repository at this point in the history
* Addresses reanahub/reana-client#329

Signed-off-by: Tibor Šimko <[email protected]>
  • Loading branch information
tiborsimko committed Dec 3, 2019
1 parent 6036b65 commit 0c11c08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ matrix:
include:
- python: 3.6
- python: 3.7
dist: xenial
- python: 3.8

before_install:
- travis_retry pip install --upgrade pip setuptools py
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
Expand Down

0 comments on commit 0c11c08

Please sign in to comment.