Skip to content

Commit

Permalink
Require Python >= 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Jan 5, 2024
1 parent 7f3a9ab commit d07d022
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ keywords = [
"image processing",
]
license = {text = "MIT"}
requires-python = ">=3.3"
requires-python = ">=3.7"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
Expand All @@ -32,10 +32,6 @@ classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
Expand Down

0 comments on commit d07d022

Please sign in to comment.