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 7a76d21 commit d1e9e46Copy full SHA for d1e9e46
.github/workflows/ci.yaml
@@ -10,7 +10,6 @@ jobs:
10
fail-fast: false
11
matrix:
12
python-version:
13
- - '3.9'
14
- '3.10'
15
- '3.11'
16
- '3.12'
pyproject.toml
@@ -29,7 +29,7 @@ classifiers=[
29
Homepage = "https://github.com/amirreza8002/sorl-thumbnail-avif"
30
31
[tool.poetry.dependencies]
32
-python = ">=3.9"
+python = ">=3.10"
33
django = ">=4.2"
34
pillow-avif-plugin = "^1.4.6"
35
pillow = "^11.0.0"
0 commit comments