Skip to content

Commit

Permalink
remove python 3.8 and 3.9 from test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadavidthomas committed Feb 6, 2024
1 parent 41b3679 commit 6276fa9
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12"]
django-version: ["4.2", "5.0", "main"]
exclude:
# https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django
# main requires python 3.10+
- django-version: "main"
python-version: "3.8"
- django-version: "main"
python-version: "3.9"
# 5.0 requires python 3.10+
- django-version: "5.0"
python-version: "3.8"
- django-version: "5.0"
python-version: "3.9"
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -75,7 +63,7 @@ jobs:
coverage:
runs-on: ubuntu-latest
env:
PYTHON_MIN_VERSION: "3.8"
PYTHON_MIN_VERSION: "3.10"
DJANGO_MIN_VERSION: "4.2"
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 6276fa9

Please sign in to comment.