Skip to content

Commit

Permalink
Removed support of Python 3.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricbonhomme committed Jan 4, 2024
1 parent 0d20be7 commit eae8ab2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 41 deletions.
41 changes: 2 additions & 39 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
Expand Down

0 comments on commit eae8ab2

Please sign in to comment.