File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ language: python
33python :
44 - ' 2.7'
55 - ' 3.4'
6+ - ' 3.5'
67env :
78 global :
89 - DB=postgres
910 matrix :
10- - DJANGO=">=1.7,<1.8"
1111 - DJANGO=">=1.8,<1.9"
1212 - DJANGO=">=1.9,<1.10"
1313install :
Original file line number Diff line number Diff line change 1- __version__ = '0.6 .0'
1+ __version__ = '0.7 .0'
Original file line number Diff line number Diff line change @@ -31,15 +31,16 @@ def get_version():
3131 'Programming Language :: Python' ,
3232 'Programming Language :: Python :: 2.7' ,
3333 'Programming Language :: Python :: 3.4' ,
34+ 'Programming Language :: Python :: 3.5' ,
3435 'Intended Audience :: Developers' ,
3536 'License :: OSI Approved :: MIT License' ,
3637 'Operating System :: OS Independent' ,
3738 'Framework :: Django' ,
3839 ],
3940 license = 'MIT' ,
4041 install_requires = [
41- 'django>=1.7 ' ,
42- 'django-manager-utils>=0.9.1 ' ,
42+ 'django>=1.8 ' ,
43+ 'django-manager-utils>=0.12.0 ' ,
4344 ],
4445 tests_require = [
4546 'psycopg2' ,
You can’t perform that action at this time.
0 commit comments