chg: Set Python version to >=3.8,<3.12.

This commit is contained in:
Cédric Bonhomme 2022-11-20 00:03:41 +01:00
parent cf40cb26b0
commit a610da148e
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
2 changed files with 3 additions and 3 deletions

View file

@ -43,7 +43,7 @@ stegano-steganalysis-parity = "bin.parity:main"
stegano-steganalysis-statistics = "bin.statistics:main"
[tool.poetry.dependencies]
python = ">=3.8,<3.11"
python = ">=3.8,<3.12"
pillow = "^9.2.0"
piexif = "^1.1.3"
crayons = "^0.4.0"