Skip to content

Commit

Permalink
Update tests to Django LTS versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Dec 21, 2023
1 parent f1f4345 commit ce3f322
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
fail-fast: false
matrix:
python-version: [3.9]
thing-to-test: [flake8, 3.2, 4.1]
thing-to-test: [flake8, 3.2, 4.2]

steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = flake8, py39-{3.2,4.1}
envlist = flake8, py39-{3.2,4.2}

[testenv]
commands =
Expand All @@ -9,7 +9,7 @@ deps =
py39: coverage
flake8: flake8
3.2: Django>=3.2,<4.0
4.1: Django>=4.1,<4.2
4.2: Django>=4.2,<5.0
passenv =
CFLAGS
PYTHONWARNINGS
Expand All @@ -27,4 +27,4 @@ python =
THING_TO_TEST =
flake8: flake8
3.2: 3.2
4.1: 4.1
4.2: 4.2

0 comments on commit ce3f322

Please sign in to comment.