Skip to content

Commit 4489e70

Browse files
committed
Bump pytest-django
1 parent 27b6961 commit 4489e70

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def get_long_description():
4343
"black>=22.3.0",
4444
"psycopg2",
4545
"pytest",
46-
"pytest-django==4.2.0",
46+
"pytest-django>=4.11.1",
4747
"pytest-pythonpath",
4848
"dj-database-url",
4949
"testing.postgresql",
@@ -52,5 +52,5 @@ def get_long_description():
5252
],
5353
},
5454
tests_require=["django-sql-dashboard[test]"],
55-
python_requires=">=3.6",
55+
python_requires=">=3.10",
5656
)

0 commit comments

Comments
 (0)