mark py3.11 support

This commit is contained in:
Nick Pegg 2024-08-04 22:26:54 -07:00
parent 484f0f07f4
commit 04586c8c45

View file

@ -12,7 +12,7 @@ photojawn = 'photojawn.cli:main'
[tool.poetry.dependencies]
# TODO: make sure we support >=3.10 via tests
python = "^3.12"
python = "<4.0,>=3.11"
jinja2 = "^3.1.4"
pillow = "^10.4.0"
rich = "^13.7.1"