Skip to content

Commit

Permalink
Dropping support for Python 3.8 and earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science committed Dec 30, 2024
1 parent cb03295 commit 65fb3de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "0.9.9"
authors = [{ name="John Stilley" }]
description = "A simple commandline tool to remove the EXIF data from image files."
readme = "README.md"
requires-python = ">=3.7.0, <3.14"
requires-python = ">=3.8.0, <3.14"
dependencies = ["pillow>=1.1.0"]
license = { file="LICENSE" }
classifiers = [
Expand All @@ -18,7 +18,6 @@ classifiers = [
"Topic :: Security",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down

0 comments on commit 65fb3de

Please sign in to comment.