pyentrypoint does not support Python 3.11 yet

This commit is contained in:
wander 2026-02-06 20:23:20 -05:00
parent e77d847dcc
commit dd338125f0
2 changed files with 12 additions and 12 deletions

View file

@ -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"