Skip to content
Snippets Groups Projects
Verified Commit 5e1dce58 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Fix #121: Upgraded to Python 3.6 to fix weird but harmless weakref error on django task

parent c2985b7d
Branches
Tags
No related merge requests found
FROM python:3.5 FROM python:3.6
ENV PYTHONUNBUFFERED 1 ENV PYTHONUNBUFFERED 1
......
FROM python:3.5 FROM python:3.6
ENV PYTHONUNBUFFERED 1 ENV PYTHONUNBUFFERED 1
......
Upgraded to Python 3.6 to fix weird but harmless weakref error on django task (#121)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment