Skip to content

Commit 0ec95cd

Browse files
committed
Drop Python version 3.8 support
1 parent 13db292 commit 0ec95cd

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ jobs:
4949
strategy:
5050
matrix:
5151
python-version:
52-
- "3.8"
5352
- "3.9"
5453
- "3.10"
5554
- "3.12"

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ classifiers = [
2323
"Programming Language :: JavaScript",
2424
"Programming Language :: Python :: 3",
2525
"Programming Language :: Python :: 3 :: Only",
26-
"Programming Language :: Python :: 3.8",
2726
"Programming Language :: Python :: 3.9",
2827
"Programming Language :: Python :: 3.10",
2928
"Programming Language :: Python :: 3.11",
@@ -33,7 +32,7 @@ classifiers = [
3332
"Framework :: Django :: 4.2",
3433
"Framework :: Django :: 5.0",
3534
]
36-
requires-python = ">=3.8"
35+
requires-python = ">=3.9"
3736
dependencies = ["django>=3.2.0"]
3837

3938
[project.optional-dependencies]

0 commit comments

Comments
 (0)