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

4
poetry.lock generated
View file

@ -471,8 +471,8 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
[metadata]
lock-version = "1.1"
python-versions = ">=3.8,<3.11"
content-hash = "021b147064ce6de0725066a1de4f0cd2bf3f91430eb807a0479b70e2a9cc7b49"
python-versions = ">=3.8,<3.12"
content-hash = "fdc415f017cf372b555f177373a41c3ff1ffc2f65cc8ad68915713c93e31509e"
[metadata.files]
alabaster = [

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"