Skip to content

Commit

Permalink
Dropping very old non-LTS versions of Django from CI [#376]
Browse files Browse the repository at this point in the history
  • Loading branch information
carl-tstpd committed Oct 29, 2023
1 parent e58d4b9 commit ce829eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9]
django-version: [3.2, 3.1, "3.0", "2.0", "2.2", "1.11"]
django-version: [3.2, 3.1, "3.0", "2.2"]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit ce829eb

Please sign in to comment.