Skip to content

Commit

Permalink
Exclude unsupported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
saadmk11 committed Sep 7, 2024
1 parent b696219 commit 52b4627
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@ jobs:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
django-version: ["4.2", "5.0", "5.1"]

exclude:
- python-version: "3.8"
django-version: "5.0"
- python-version: "3.9"
django-version: "5.0"

- python-version: "3.8"
django-version: "5.1"
- python-version: "3.9"
django-version: "5.1"

steps:
- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
isolated_build = True
envlist = py{38,39,310,311,312}-django{42,50,51}
envlist = py{38,39}-django42,py{310,311,312}-django{42,50,51}

[testenv]
commands =
Expand Down

0 comments on commit 52b4627

Please sign in to comment.