Fix #121: Upgraded to Python 3.6 to fix weird but harmless weakref error on django task
This commit is contained in:
parent
c2985b7dba
commit
5e1dce5883
3 changed files with 3 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.5
|
||||
FROM python:3.6
|
||||
|
||||
ENV PYTHONUNBUFFERED 1
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.5
|
||||
FROM python:3.6
|
||||
|
||||
ENV PYTHONUNBUFFERED 1
|
||||
|
||||
|
|
|
|||
1
changes/changelog.d/121.bugfix
Normal file
1
changes/changelog.d/121.bugfix
Normal file
|
|
@ -0,0 +1 @@
|
|||
Upgraded to Python 3.6 to fix weird but harmless weakref error on django task (#121)
|
||||
Loading…
Add table
Add a link
Reference in a new issue