We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 873d7cb commit 016b1f3Copy full SHA for 016b1f3
setup.py
@@ -38,7 +38,7 @@
38
author="GitGuardian",
39
license="Apache License 2.0",
40
packages=find_packages(exclude=["tests/"]),
41
- install_requires=["django>=2.1"],
+ install_requires=["django>=4.2"],
42
extras_require={},
43
keywords="django migration replace squash squashmigrations database",
44
classifiers=[
@@ -51,8 +51,7 @@
51
"Framework :: Django :: 3.0",
52
"Programming Language :: Python",
53
"Programming Language :: Python :: 3",
54
- "Programming Language :: Python :: 3.5",
55
- "Programming Language :: Python :: 3.6",
56
- "Programming Language :: Python :: 3.7",
+ "Programming Language :: Python :: 3.10",
+ "Programming Language :: Python :: 3.11",
57
],
58
)
0 commit comments