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.
requires_python
1 parent b905953 commit 501ec58Copy full SHA for 501ec58
.cruft.json
@@ -18,7 +18,7 @@
18
"repo_url": "https://github.com/pelican-plugins/image-process",
19
"dev_status": "5 - Production/Stable",
20
"tests_exist": true,
21
- "python_version": ">=3.8.1,<4.0",
+ "python_version": ">=3.10",
22
"pelican_version": ">=4.5",
23
"_template": "https://github.com/getpelican/cookiecutter-pelican-plugin",
24
"_commit": "4aa8104df7e76fa2dcbf583dcec8052e81d915ef"
pyproject.toml
@@ -24,7 +24,7 @@ classifiers = [
"Topic :: Multimedia :: Graphics",
25
"Topic :: Software Development :: Libraries :: Python Modules",
26
]
27
-requires-python = "~=3.9"
+requires-python = ">=3.10"
28
dependencies = [
29
"pelican>=4.5",
30
"beautifulsoup4>=4.9",
0 commit comments