Skip to content

Commit

Permalink
Update python to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Uxio0 committed Dec 11, 2019
1 parent 36f2e79 commit 9ccfce3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,7 @@ dist: xenial
language: python
cache: pip
python:
- "3.7"
- "3.8"
env:
global:
- DOCKERHUB_PROJECT=safe-relay-service
Expand Down
2 changes: 1 addition & 1 deletion docker/web/Dockerfile
@@ -1,4 +1,4 @@
FROM python:3.7-slim-stretch
FROM python:3.8-slim

ENV PYTHONUNBUFFERED 1
WORKDIR /app
Expand Down

0 comments on commit 9ccfce3

Please sign in to comment.