Skip to content

Commit 8869af1

Browse files
drop support for python 3.7
1 parent 4b8b378 commit 8869af1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ readme = "README.md"
1313
license = {file = "LICENSE"}
1414
classifiers = [
1515
"Programming Language :: Python :: 3",
16-
"Programming Language :: Python :: 3.7",
1716
"Programming Language :: Python :: 3.8",
1817
"Programming Language :: Python :: 3.9",
1918
"Programming Language :: Python :: 3.10",
@@ -27,7 +26,7 @@ classifiers = [
2726
"License :: OSI Approved :: MIT License",
2827
]
2928

30-
requires-python = ">=3.7"
29+
requires-python = ">=3.8"
3130

3231
dependencies = [
3332
"pypdfium2>=4.0,<4.30.1",

0 commit comments

Comments
 (0)