pyentrypoint does not support Python 3.11 yet
This commit is contained in:
parent
e77d847dcc
commit
dd338125f0
2 changed files with 12 additions and 12 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.11-alpine
|
||||
FROM python:3.10-alpine
|
||||
|
||||
ENV HOME=/var/lib/tor
|
||||
ENV VANGUARDS_CONFIG=/etc/tor/vanguards.conf
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ packages = [
|
|||
onions = "onions:main"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.10,<3.12"
|
||||
python = ">=3.10,<3.11"
|
||||
Jinja2 = ">=2.10"
|
||||
importlib_metadata = ">=1.6.0"
|
||||
vanguards = "^0.3.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue