mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
Remove Python 3.2 support
This commit is contained in:
parent
9008105966
commit
9ab6f0de6a
3 changed files with 2 additions and 6 deletions
|
|
@ -1,7 +1,6 @@
|
|||
language: python
|
||||
python:
|
||||
- 2.7
|
||||
- 3.2
|
||||
- 3.3
|
||||
- 3.4
|
||||
- 3.5
|
||||
|
|
@ -19,12 +18,8 @@ env:
|
|||
- DJANGO=1.10.1
|
||||
matrix:
|
||||
exclude:
|
||||
- python: 3.2
|
||||
env: DJANGO=1.10.1
|
||||
- python: 3.3
|
||||
env: DJANGO=1.10.1
|
||||
- python: 3.2
|
||||
env: DJANGO=1.9.9
|
||||
- python: 3.3
|
||||
env: DJANGO=1.9.9
|
||||
- python: 3.5
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ Changelog
|
|||
|
||||
* 3.1.0 (Not released)
|
||||
* Added Django 1.10 support
|
||||
* Removed Python 3.2 support
|
||||
|
||||
* 3.0.0 (February 26, 2016):
|
||||
* Added the ability to hide usernames/emails from avatar URLs.
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -32,13 +32,13 @@ setup(
|
|||
'Framework :: Django :: 1.7',
|
||||
'Framework :: Django :: 1.8',
|
||||
'Framework :: Django :: 1.9',
|
||||
'Framework :: Django :: 1.10',
|
||||
'License :: OSI Approved :: BSD License',
|
||||
'Operating System :: OS Independent',
|
||||
'Programming Language :: Python',
|
||||
'Programming Language :: Python :: 2',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.2',
|
||||
'Programming Language :: Python :: 3.3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
|
|
|
|||
Loading…
Reference in a new issue