Skip to content

Commit

Permalink
Add Django 5.0/Python 3.11 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Apr 12, 2024
1 parent 976506b commit 72a9213
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
env: py39-django40
- python: "3.10"
env: py310-django40
- python: "3.11"
env: py311-django50

name: "Python ${{ matrix.versions.python }} - ${{ matrix.versions.env }}"
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[tox]
envlist = py{38}-django40
py38-django40
py311-django50

[testenv]
setenv =
Expand All @@ -9,5 +10,6 @@ deps =
-rrequirements/requirements-testing.txt
coverage
django40: Django>=4.0,<4.1
django50: Django>=5.0,<5.1
commands = ./runtests.py {posargs}
allowlist_externals = *

0 comments on commit 72a9213

Please sign in to comment.