Skip to content

Commit 0068a55

Browse files
committed
Remove explicit testing of Python 3.8 and 3.9.
1 parent 651c05a commit 0068a55

File tree

3 files changed

+344
-181
lines changed

3 files changed

+344
-181
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
runs-on: ubuntu-latest
4040
strategy:
4141
matrix:
42-
python-version: [3.8, 3.9, "3.10", "3.11"]
42+
python-version: ["3.10", "3.11", "3.12"]
43+
django-version: ["4.1", "4.2", "5.0"]
4344

4445
steps:
4546
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)