Skip to content

Commit 9140ed6

Browse files
committed
Add Django 1.9 and Python 3.5 to supported list in setup.py
1 parent 0332ad5 commit 9140ed6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ def convert(filename, fmt):
2222
'Framework :: Django :: 1.6',
2323
'Framework :: Django :: 1.7',
2424
'Framework :: Django :: 1.8',
25+
'Framework :: Django :: 1.9',
2526
'Intended Audience :: Developers',
2627
'License :: OSI Approved :: MIT License',
2728
'Operating System :: OS Independent',
@@ -31,6 +32,7 @@ def convert(filename, fmt):
3132
'Programming Language :: Python :: 2.7',
3233
'Programming Language :: Python :: 3.3',
3334
'Programming Language :: Python :: 3.4',
35+
'Programming Language :: Python :: 3.5',
3436
]
3537

3638
setup(

0 commit comments

Comments
 (0)