Removed support of Python 3.9.

This commit is contained in:
Cédric Bonhomme 2024-01-04 02:22:33 +01:00
parent 0d20be7d82
commit eae8ab29fc
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
2 changed files with 3 additions and 41 deletions

View file

@ -22,7 +22,6 @@ classifiers = [
"Intended Audience :: Science/Research",
"Topic :: Security",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
@ -44,7 +43,7 @@ stegano-steganalysis-parity = "bin.parity:main"
stegano-steganalysis-statistics = "bin.statistics:main"
[tool.poetry.dependencies]
python = ">=3.9,<3.13"
python = ">=3.10,<3.13"
pillow = ">=9.5,<11.0"
piexif = "^1.1.3"
crayons = "^0.4.0"