Skip to content

Commit 501ec58

Browse files
committed
chore: Increase requires_python to 3.10+
1 parent b905953 commit 501ec58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.cruft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"repo_url": "https://github.com/pelican-plugins/image-process",
1919
"dev_status": "5 - Production/Stable",
2020
"tests_exist": true,
21-
"python_version": ">=3.8.1,<4.0",
21+
"python_version": ">=3.10",
2222
"pelican_version": ">=4.5",
2323
"_template": "https://github.com/getpelican/cookiecutter-pelican-plugin",
2424
"_commit": "4aa8104df7e76fa2dcbf583dcec8052e81d915ef"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
"Topic :: Multimedia :: Graphics",
2525
"Topic :: Software Development :: Libraries :: Python Modules",
2626
]
27-
requires-python = "~=3.9"
27+
requires-python = ">=3.10"
2828
dependencies = [
2929
"pelican>=4.5",
3030
"beautifulsoup4>=4.9",

0 commit comments

Comments
 (0)