Skip to content

Commit

Permalink
migrate to python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
alintulu committed Jul 23, 2020
1 parent 9bf44e1 commit 6e39960
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -16,6 +16,7 @@ cache:

python:
- "3.6"
- "3.8"

services:
- docker
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -5,7 +5,7 @@
# under the terms of the MIT License; see LICENSE file for more details.

# Install base image and its dependencies
FROM python:3.6-slim
FROM python:3.8-slim
RUN apt-get update && \
apt-get install -y \
autoconf \
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Expand Up @@ -16,7 +16,6 @@ checksumdir==1.1.9 # via packtivity, reana-commons, yadage
click==7.1.2 # via packtivity, reana-commons, reana-workflow-engine-yadage (setup.py), yadage, yadage-schemas
cryptography==2.9.2 # via pyopenssl, requests
decorator==4.4.2 # via jsonpath-rw, networkx
enum34==1.1.10 # via reana-workflow-engine-yadage (setup.py)
glob2==0.7 # via packtivity, yadage
graphviz==0.14 # via reana-workflow-engine-yadage (setup.py)
idna==2.8 # via jsonschema, requests
Expand Down
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -42,7 +42,6 @@
install_requires = [
"adage==0.10.1", # FIXME remove once yadage-schemas solves yadage deps.
"click>=7",
"enum34>=1.1.6",
"graphviz>=0.12", # FIXME needed only if yadage visuale=True.
"jq==0.1.6",
"networkx==1.11",
Expand Down

0 comments on commit 6e39960

Please sign in to comment.