Update to python 3.8

pull/67/head
Christophe Mehay 4 years ago committed by Christophe Mehay
parent 2bb40b2435
commit 4ba0ac02d8

@ -1,4 +1,4 @@
FROM python:3.7-alpine
FROM python:3.8-alpine
ARG tor_version
ENV HOME /var/lib/tor

@ -23,7 +23,7 @@ packages = [
onions = "onions:main"
[tool.poetry.dependencies]
python = ">= 3.7, < 3.8"
python = ">= 3.8, < 3.9"
pytor = "^0.1.5"
Jinja2 = "^2.10"
pyentrypoint = "^0.7.4"

@ -1,6 +1,6 @@
[tox]
isolated_build = true
envlist = py37
envlist = py38
[testenv]
whitelist_externals = poetry

Loading…
Cancel
Save