Skip to content

Commit d1e9e46

Browse files
committed
update python version
1 parent 7a76d21 commit d1e9e46

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
python-version:
13-
- '3.9'
1413
- '3.10'
1514
- '3.11'
1615
- '3.12'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ classifiers=[
2929
Homepage = "https://github.com/amirreza8002/sorl-thumbnail-avif"
3030

3131
[tool.poetry.dependencies]
32-
python = ">=3.9"
32+
python = ">=3.10"
3333
django = ">=4.2"
3434
pillow-avif-plugin = "^1.4.6"
3535
pillow = "^11.0.0"

0 commit comments

Comments
 (0)