Skip to content

Commit

Permalink
Added Django 5.1 to testing matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitri-Sintsov committed Oct 7, 2024
1 parent 3cd0dc8 commit d9b20e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
python: ['3.10', '3.11', '3.12']
django: ['4.2', '5.0']
django: ['4.2', '5.1']
bootstrap: [3, 4, 5]

steps:
Expand Down
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ skipsdist = True
recreate = True
skip_missing_interpreters=true
envlist =
py{3.10,3.11,3.12}-django-{4.2,5.0}-bs{3,4,5}
py{3.10,3.11,3.12}-django-{4.2,5.1}-bs{3,4,5}
# py3.10-django-{4.1,master}-bs{3,4,5}
[testenv]
basepython =
Expand Down Expand Up @@ -43,8 +43,8 @@ deps =
bs5: git+https://github.com/Dmitri-Sintsov/djk-bootstrap5.git
django-4.2: Django>=4.2,<4.3
django-4.2: django-allauth
django-5.0: Django>=5.0,<5.1
django-5.0: django-allauth
django-5.1: Django>=5.1,<5.2
django-5.1: django-allauth
# django-master: https://github.com/django/django/archive/master.tar.gz
-r{toxinidir}/requirements/dev.txt
-r{toxinidir}/requirements/test.txt

0 comments on commit d9b20e4

Please sign in to comment.