Skip to content

Commit 016b1f3

Browse files
committed
chore: add python 3.10 and 3.11 support
1 parent 873d7cb commit 016b1f3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

setup.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
author="GitGuardian",
3939
license="Apache License 2.0",
4040
packages=find_packages(exclude=["tests/"]),
41-
install_requires=["django>=2.1"],
41+
install_requires=["django>=4.2"],
4242
extras_require={},
4343
keywords="django migration replace squash squashmigrations database",
4444
classifiers=[
@@ -51,8 +51,7 @@
5151
"Framework :: Django :: 3.0",
5252
"Programming Language :: Python",
5353
"Programming Language :: Python :: 3",
54-
"Programming Language :: Python :: 3.5",
55-
"Programming Language :: Python :: 3.6",
56-
"Programming Language :: Python :: 3.7",
54+
"Programming Language :: Python :: 3.10",
55+
"Programming Language :: Python :: 3.11",
5756
],
5857
)

0 commit comments

Comments
 (0)