Skip to content

Commit

Permalink
removed py3.11 & dj3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
george committed Nov 4, 2023
1 parent b2b6d31 commit cc32b66
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/CI-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ jobs:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
django-version: ["3.2", "4.1", "4.2"]
django-version: ["3.2.9", "4.1.3", "4.2"]
exclude:
- django-version: "3.2"
python-version: "3.11"
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -50,7 +53,10 @@ jobs:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
django-version: ["3.2", "4.1", "4.2"]
django-version: ["3.2.9", "4.1.3", "4.2"]
exclude:
- django-version: "3.2"
python-version: "3.11"
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit cc32b66

Please sign in to comment.