Skip to content

Commit 80d6c9f

Browse files
authored
Move from Django 5.0 to 5.1 in tests
1 parent e46d22a commit 80d6c9f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
- "django32"
2020
- "django40"
2121
- "django42"
22-
- "django50"
22+
- "django51"
2323
exclude:
2424
# We don't want every combination of the above, as some are not compatible
2525
- python-version: "3.11"
2626
django-tox-env: "django32"
2727
- python-version: "3.11"
2828
django-tox-env: "django40"
2929
- python-version: "3.9"
30-
django-tox-env: "django50"
30+
django-tox-env: "django51"
3131

3232
name: Python ${{ matrix.python-version }} + ${{ matrix.django-tox-env }}
3333
steps:

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ envlist =
66
{py3.9,py3.10}-django32
77
{py3.9,py3.10}-django40
88
{py3.9,py3.10,py3.11}-django42
9-
{py3.10,py3.11}-django50
9+
{py3.10,py3.11}-django51
1010

1111
[testenv]
1212
usedevelop = true
@@ -17,7 +17,7 @@ deps =
1717
django32: Django>=3.2,<4.0
1818
django40: Django>=4.0,<4.1
1919
django42: Django>=4.2,<4.3
20-
django50: Django>=5.0,<5.1
20+
django51: Django>=5.1,<5.2
2121

2222
nose==1.3.7
2323
mock==4.0.3

0 commit comments

Comments
 (0)