mark py3.11 support
This commit is contained in:
parent
484f0f07f4
commit
04586c8c45
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ photojawn = 'photojawn.cli:main'
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
# TODO: make sure we support >=3.10 via tests
|
# TODO: make sure we support >=3.10 via tests
|
||||||
python = "^3.12"
|
python = "<4.0,>=3.11"
|
||||||
jinja2 = "^3.1.4"
|
jinja2 = "^3.1.4"
|
||||||
pillow = "^10.4.0"
|
pillow = "^10.4.0"
|
||||||
rich = "^13.7.1"
|
rich = "^13.7.1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue