We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abb2502 commit 79e88faCopy full SHA for 79e88fa
1 file changed
pyproject.toml
@@ -39,7 +39,7 @@ dynamic = [
39
"keywords"
40
]
41
readme = "README.md"
42
-requires-python = ">=3.8"
+requires-python = ">=3.9"
43
classifiers = [
44
"Development Status :: 5 - Production/Stable",
45
"Environment :: Web Environment",
@@ -63,7 +63,7 @@ git = [
63
"mkdocs-git-revision-date-localized-plugin~=1.2,>=1.2.4"
64
65
imaging = [
66
- "pillow>=10.2,<12.0",
+ "pillow>=11.3,<12.0",
67
"cairosvg~=2.6"
68
69
0 commit comments