Skip to content

Commit

Permalink
chore: add back support for Django 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
superlevure committed Jan 30, 2024
1 parent 30d404e commit 09f6de6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions graphene_django/tests/test_fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -1002,6 +1002,7 @@ class Query(ObjectType):
captured.captured_queries[2]["sql"],
)


class TestDjangoConnectionField:
def test_model_ordering_assertion(self):
class Chaos(Model):
Expand Down
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
envlist =
py{38,39,310}-django22
py{38,39,310}-django32
py{38,39}-django42
py{310,311}-django{42,50,main}
py{38,39}-django{41,42}
py{310,311}-django{41,42,50,main}
py312-django{42,50,main}
pre-commit

Expand All @@ -19,6 +19,7 @@ python =
DJANGO =
2.2: django22
3.2: django32
4.1: django41
4.2: django42
5.0: django50
main: djangomain
Expand All @@ -34,6 +35,7 @@ deps =
psycopg2-binary
django22: Django==2.2.13
django32: Django>=3.2,<4.0
django41: Django>=4.1,<4.2
django42: Django>=4.2,<4.3
django50: Django>=5.0,<5.1
djangomain: https://github.com/django/django/archive/main.zip
Expand Down

0 comments on commit 09f6de6

Please sign in to comment.