mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-04-18 21:12:03 +00:00
Update to python 3.8
This commit is contained in:
parent
b7bf5f61b0
commit
d8140c98bd
3 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
2
tox.ini
2
tox.ini
|
@ -1,6 +1,6 @@
|
|||
[tox]
|
||||
isolated_build = true
|
||||
envlist = py37
|
||||
envlist = py38
|
||||
|
||||
[testenv]
|
||||
whitelist_externals = poetry
|
||||
|
|
Loading…
Add table
Reference in a new issue