Skip to content

Commit 23eb07f

Browse files
committed
Drop py9 and dj50
1 parent b03ec7b commit 23eb07f

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -66,25 +66,13 @@ jobs:
6666
strategy:
6767
matrix:
6868
python-version:
69-
- "3.9"
7069
- "3.10"
7170
- "3.11"
7271
- "3.12"
7372
- "3.13"
7473
django-version:
7574
- "4.2"
76-
- "5.0"
7775
- "5.1"
78-
exclude:
79-
# See https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django
80-
- django-version: "4.2"
81-
python-version: "3.13"
82-
- django-version: "5.0"
83-
python-version: "3.9"
84-
- django-version: "5.0"
85-
python-version: "3.13"
86-
- django-version: "5.1"
87-
python-version: "3.9"
8876
runs-on: ubuntu-latest
8977
steps:
9078
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,16 @@ classifiers = [
2020
"Programming Language :: Python",
2121
"Programming Language :: Python :: 3",
2222
"Programming Language :: Python :: 3 :: Only",
23-
"Programming Language :: Python :: 3.9",
2423
"Programming Language :: Python :: 3.10",
2524
"Programming Language :: Python :: 3.11",
2625
"Programming Language :: Python :: 3.12",
2726
"Programming Language :: Python :: 3.13",
2827
"Framework :: Django",
2928
"Framework :: Django :: 4.2",
30-
"Framework :: Django :: 5.0",
3129
"Framework :: Django :: 5.1",
3230
"Topic :: Software Development",
3331
]
34-
requires-python = ">=3.9"
32+
requires-python = ">=3.10"
3533
dependencies = [
3634
"django>=4.2",
3735
"django-appconf>=0.6.0"

0 commit comments

Comments
 (0)