We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b8b378 commit 8869af1Copy full SHA for 8869af1
pyproject.toml
@@ -13,7 +13,6 @@ readme = "README.md"
13
license = {file = "LICENSE"}
14
classifiers = [
15
"Programming Language :: Python :: 3",
16
- "Programming Language :: Python :: 3.7",
17
"Programming Language :: Python :: 3.8",
18
"Programming Language :: Python :: 3.9",
19
"Programming Language :: Python :: 3.10",
@@ -27,7 +26,7 @@ classifiers = [
27
26
"License :: OSI Approved :: MIT License",
28
]
29
30
-requires-python = ">=3.7"
+requires-python = ">=3.8"
31
32
dependencies = [
33
"pypdfium2>=4.0,<4.30.1",
0 commit comments