Skip to content

Commit a2586d2

Browse files
authored
Merge pull request #102 from benjaoming/drop-django2.1
Remove Django 1.11 and 2.1 from setup.py
2 parents f618173 + c9fa35e commit a2586d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
keywords=["django", "notification" "alerts"],
1818
packages=find_packages(),
1919
zip_safe=False,
20-
install_requires=["django>=1.11,<3.2"],
20+
install_requires=["django>=2.2,<3.2"],
2121
classifiers=[
2222
'Development Status :: 5 - Production/Stable',
2323
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',

0 commit comments

Comments
 (0)