Skip to content

Commit d07d022

Browse files
committed
Require Python >= 3.7
1 parent 7f3a9ab commit d07d022

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ keywords = [
2020
"image processing",
2121
]
2222
license = {text = "MIT"}
23-
requires-python = ">=3.3"
23+
requires-python = ">=3.7"
2424
classifiers = [
2525
"Development Status :: 5 - Production/Stable",
2626
"Environment :: Console",
@@ -32,10 +32,6 @@ classifiers = [
3232
"Programming Language :: Python",
3333
"Programming Language :: Python :: 3",
3434
"Programming Language :: Python :: 3 :: Only",
35-
"Programming Language :: Python :: 3.3",
36-
"Programming Language :: Python :: 3.4",
37-
"Programming Language :: Python :: 3.5",
38-
"Programming Language :: Python :: 3.6",
3935
"Programming Language :: Python :: 3.7",
4036
"Programming Language :: Python :: 3.8",
4137
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)