Skip to content

Commit

Permalink
cwltool: 1.0.20191022103248
Browse files Browse the repository at this point in the history
* Upgrades version of `cwltool` to 1.0.20191022103248 which fixes
  installation troubles on Python-3.8 systems.

Signed-off-by: Tibor Šimko <tibor.simko@cern.ch>
  • Loading branch information
tiborsimko committed Dec 3, 2019
1 parent de14c67 commit d8578f0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,16 @@ matrix:
env: REQUIREMENTS=release EXTRAS=all
- python: 3.7
env: REQUIREMENTS=devel EXTRAS=all
dist: xenial
- python: 3.7
env: REQUIREMENTS=lowest EXTRAS=all
dist: xenial
- python: 3.7
env: REQUIREMENTS=release EXTRAS=all
dist: xenial
- python: 3.8
env: REQUIREMENTS=devel EXTRAS=all
- python: 3.8
env: REQUIREMENTS=lowest EXTRAS=all
- python: 3.8
env: REQUIREMENTS=release EXTRAS=all

before_install:
- travis_retry pip install --upgrade pip setuptools py
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
'typing>=3.7.4 ; python_version=="2.7"', # workaround for CWL deps
'click>=7',
'cryptography>=2.7',
'cwltool==1.0.20190815141648',
'cwltool==1.0.20191022103248',
'pyOpenSSL>=19.0.0', # FIXME remove once yadage-schemas solves deps.
'jsonpointer>=2.0',
'reana-commons>=0.6.0.dev20190604,<0.7.0',
Expand Down Expand Up @@ -100,6 +100,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 d8578f0

Please sign in to comment.