Skip to content

Commit

Permalink
ci: add Django 5.0 jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
lzaoral committed Dec 6, 2023
1 parent 8db0b87 commit 800d485
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
py310-django4,
py311-django4,
py312-django4,
py310-django5,
py311-django5,
py312-django5,
py39-bandit,
]

Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
# Don't forget to update GA config when changing this
envlist = {py36, py38, py39, py310, py311}-{django2, django3}, {py38, py39, py310, py311, py312}-django4, py39-bandit
envlist = {py36, py38, py39, py310, py311}-{django2, django3}, {py38, py39, py310, py311, py312}-django4, {py310, py311, py312}-django5, py39-bandit
skip_missing_interpreters = True

[testenv]
Expand All @@ -11,6 +11,7 @@ deps =
django2: Django~=2.2.0 # Django 2 LTS (EOL 4/2022)
django3: Django~=3.2.0 # Django 3 LTS (EOL 4/2024)
django4: Django~=4.2.0 # Django 4 LTS (EOL 4/2026)
django5: Django~=5.0.0
# for testing with python-rpm
sitepackages = True

Expand Down

0 comments on commit 800d485

Please sign in to comment.