kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
Merge branch '121-upgrade-to-python36' into 'develop'
Resolve "Random issue on import" Closes #121 See merge request funkwhale/funkwhale!113merge-requests/154/head
commit
4612a8a560
|
@ -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
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Upgraded to Python 3.6 to fix weird but harmless weakref error on django task (#121)
|
Ładowanie…
Reference in New Issue