Revert "mark py3.11 support"

This reverts commit 04586c8c45.

We actually need >= 3.12
This commit is contained in:
Nick Pegg 2024-08-04 22:30:30 -07:00
parent 04586c8c45
commit acd736c970

View file

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