Skip to content

Commit 2f7ab60

Browse files
authored
Merge pull request #44 from huideyeren/hotfix-python-version
hotfix-python-version
2 parents c9dc553 + 56864ac commit 2f7ab60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "anshitsu"
3-
version = "2.1.0" # using poetry-dynamic-versioning
3+
version = "2.1.1" # using poetry-dynamic-versioning
44
description = "A tiny digital photographic utility."
55
readme = "README.md"
66
authors = ["Iosif Takakura <[email protected]>"]
@@ -14,7 +14,7 @@ enable = true
1414
style = "pep440"
1515

1616
[tool.poetry.dependencies]
17-
python = "<4.0,>=3.10"
17+
python = "<4.0,>=3.11"
1818
numpy = "*"
1919
Pillow = "*"
2020
colorcorrect = "*"

0 commit comments

Comments
 (0)