Skip to content

Commit b8a70b6

Browse files
committed
versions: drop python 3.2 support
This change drops python 3.2 support as it makes life more difficult with unicode, is not present in any major distribution, and is not supported by other major packages such as pkg_resources: UserWarning: Support for Python 3.0-3.2 has been dropped. Future versions will fail here. The versions of python referenced in the toxtest.sh script were also updated. Signed-off-by: Paul Osborne <osbpau@gmail.com>
1 parent a690e94 commit b8a70b6

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ language: python
55
python: 3.5
66
env:
77
- TOX_ENV=py27
8-
- TOX_ENV=py32
98
- TOX_ENV=py33
109
- TOX_ENV=py34
1110
- TOX_ENV=py35

toxtest.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
pyversions=(2.7.10
1010
3.3.5
1111
3.4.3
12-
3.5.0
13-
pypy-4.0.0
14-
pypy3-2.4.0)
12+
3.5.2
13+
pypy-5.3.1
14+
pypy3-5.2)
1515

1616
# parse options
1717
for i in "$@"

0 commit comments

Comments
 (0)