Skip to content

Commit ce829eb

Browse files
author
Carl Crowder
committed
Dropping very old non-LTS versions of Django from CI [#376]
1 parent e58d4b9 commit ce829eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
fail-fast: false
7474
matrix:
7575
python-version: [3.7, 3.8, 3.9]
76-
django-version: [3.2, 3.1, "3.0", "2.0", "2.2", "1.11"]
76+
django-version: [3.2, 3.1, "3.0", "2.2"]
7777

7878
steps:
7979
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)