Skip to content

Commit afc64d3

Browse files
committed
Merge pull request #902 from docker/py32_deprecation
Drop support for python 3.2
2 parents 4b8d435 + ae6069e commit afc64d3

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.travis.yml

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

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
'Programming Language :: Python',
4040
'Programming Language :: Python :: 2.6',
4141
'Programming Language :: Python :: 2.7',
42-
'Programming Language :: Python :: 3.2',
4342
'Programming Language :: Python :: 3.3',
4443
'Programming Language :: Python :: 3.4',
4544
'Topic :: Utilities',

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py26, py27, py32, py33, py34, flake8
2+
envlist = py26, py27, py33, py34, flake8
33
skipsdist=True
44

55
[testenv]

0 commit comments

Comments
 (0)