Skip to content

Commit c8c7966

Browse files
Really remove Python 3.2 support
1 parent cae6979 commit c8c7966

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Next release
22
------------
33

4+
- Python 3.2 is no longer supported by Waitress.
5+
46
- FileBasedBuffer and more important ReadOnlyFileBasedBuffer no longer report
57
False when tested with bool(), instead always returning True, and becoming
68
more iterator like.

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
'Programming Language :: Python :: 2.6',
5858
'Programming Language :: Python :: 2.7',
5959
'Programming Language :: Python :: 3',
60-
'Programming Language :: Python :: 3.2',
6160
'Programming Language :: Python :: 3.3',
6261
'Programming Language :: Python :: 3.4',
6362
'Programming Language :: Python :: 3.5',

0 commit comments

Comments
 (0)