Skip to content

Commit baf3e4f

Browse files
committed
Drop Python 3.2 support
1 parent 058d1de commit baf3e4f

File tree

5 files changed

+3
-7
lines changed

5 files changed

+3
-7
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: python
22
python:
33
- "2.7"
4-
- "3.2"
54
- "3.3"
65
- "3.4"
76
- "3.5"

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The latest release version can be found at PyPI, see
2020
System requirements
2121
-------------------
2222

23-
+ Python 2.6, 2.7, or 3.2 and newer.
23+
+ Python 2.6, 2.7, or 3.3 and newer.
2424
Python 2.6 requires patching the sources, see below.
2525
+ `setuptools`_.
2626
+ `pytest`_ 2.8.0 or newer.

doc/src/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Installation instructions
44
System requirements
55
-------------------
66

7-
+ Python 2.6, 2.7, or 3.2 and newer.
7+
+ Python 2.6, 2.7, or 3.3 and newer.
88
Python 2.6 requires patching the sources, see below.
99
+ `setuptools`_.
1010
+ `pytest`_ 2.8.0 or newer.

requirements.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
pytest >=2.8.0 ; python_version < '3.0'
2-
pytest >=2.8.0,<3.0.0 ; python_version == '3.2'
3-
pytest >=2.8.0 ; python_version > '3.2'
1+
pytest >=2.8.0

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ def make_release_tree(self, base_dir, files):
7070
'Programming Language :: Python :: 2',
7171
'Programming Language :: Python :: 2.7',
7272
'Programming Language :: Python :: 3',
73-
'Programming Language :: Python :: 3.2',
7473
'Programming Language :: Python :: 3.3',
7574
'Programming Language :: Python :: 3.4',
7675
'Programming Language :: Python :: 3.5',

0 commit comments

Comments
 (0)