Skip to content

Commit e940d46

Browse files
committed
Dropped support for Python 3.2.
1 parent 80da25d commit e940d46

File tree

4 files changed

+3
-8
lines changed

4 files changed

+3
-8
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: python
22
sudo: false
33
python:
44
- "2.7"
5-
- "3.2"
65
- "3.3"
76
- "3.4"
87
- "3.5"
@@ -12,12 +11,8 @@ env:
1211
- DJANGO="Django>=1.10a,<1.11.0"
1312
matrix:
1413
exclude:
15-
- python: "3.2"
16-
env: DJANGO="Django>=1.9.0,<1.10.0"
1714
- python: "3.3"
1815
env: DJANGO="Django>=1.9.0,<1.10.0"
19-
- python: "3.2"
20-
env: DJANGO="Django>=1.10a,<1.11.0"
2116
- python: "3.3"
2217
env: DJANGO="Django>=1.10a,<1.11.0"
2318
- python: "3.5"

docs/changes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Change log
66

77
This version is compatible with Django 1.10 and requires Django 1.8 or later.
88

9+
Support for Python 3.2 is dropped.
10+
911
1.4
1012
---
1113

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
'Programming Language :: Python :: 2',
3232
'Programming Language :: Python :: 2.7',
3333
'Programming Language :: Python :: 3',
34-
'Programming Language :: Python :: 3.2',
3534
'Programming Language :: Python :: 3.3',
3635
'Programming Language :: Python :: 3.4',
3736
'Programming Language :: Python :: 3.5',

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
[tox]
22
envlist =
3-
py{27,32,33,34}-django18,
3+
py{27,33,34}-django18,
44
py{27,34,35}-django{19,110},
55
flake8,
66
isort
77

88
[testenv]
99
basepython =
1010
py27: python2.7
11-
py32: python3.2
1211
py33: python3.3
1312
py34: python3.4
1413
py35: python3.5

0 commit comments

Comments
 (0)