Skip to content

Commit 5f4f856

Browse files
committed
added python 3.7 to the travis config
1 parent 07e60d6 commit 5f4f856

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ def readme():
1414
include_package_data=True,
1515
version='1.0.3',
1616
install_requires=[
17-
'Django>=1.7',
1817
'requests'
1918
],
2019
dependency_links=[
@@ -41,9 +40,12 @@ def readme():
4140
'Programming Language :: Python',
4241
'Programming Language :: Python :: 3',
4342
'Framework :: Django',
44-
'Framework :: Django :: 1.7',
4543
'Framework :: Django :: 1.8',
4644
'Framework :: Django :: 1.9',
45+
'Framework :: Django :: 1.10',
46+
'Framework :: Django :: 1.11',
47+
'Framework :: Django :: 2.0',
48+
'Framework :: Django :: 2.1',
4749
'Operating System :: OS Independent',
4850
'Topic :: Internet :: WWW/HTTP',
4951
'Topic :: Software Development :: Libraries :: Python Modules'

0 commit comments

Comments
 (0)