We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27b6961 commit 4489e70Copy full SHA for 4489e70
1 file changed
setup.py
@@ -43,7 +43,7 @@ def get_long_description():
43
"black>=22.3.0",
44
"psycopg2",
45
"pytest",
46
- "pytest-django==4.2.0",
+ "pytest-django>=4.11.1",
47
"pytest-pythonpath",
48
"dj-database-url",
49
"testing.postgresql",
@@ -52,5 +52,5 @@ def get_long_description():
52
],
53
},
54
tests_require=["django-sql-dashboard[test]"],
55
- python_requires=">=3.6",
+ python_requires=">=3.10",
56
)
0 commit comments