Skip to content

Commit

Permalink
Add Django 4.1 and Python 3.11 to test matrix, remove Django 2.2 and …
Browse files Browse the repository at this point in the history
…Python 3.6
  • Loading branch information
j4mie committed Jan 21, 2023
1 parent 54f1561 commit df9afd1
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,17 @@ jobs:

strategy:
matrix:
python: ["3.6", "3.7", "3.8", "3.9", "3.10"]
django: ["2.2", "3.2", "4.0"]
python: ["3.7", "3.8", "3.9", "3.10", "3.11"]
django: ["3.2", "4.0", "4.1"]
exclude:
- python: "3.6"
django: "4.0"
- python: "3.7"
django: "4.0"
- python: "3.10"
django: "2.2"
- python: "3.6"
django: "4.1"
- python: "3.7"
django: "4.1"

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

0 comments on commit df9afd1

Please sign in to comment.