diff options
author | Bert JW Regeer <bertjw@regeer.org> | 2016-03-15 23:13:52 -0600 |
---|---|---|
committer | Bert JW Regeer <bertjw@regeer.org> | 2016-03-15 23:13:52 -0600 |
commit | c8c7966877af3a15924a31021da7b874573ee455 (patch) | |
tree | b2c0dcc3acfd0f853351b707c58a795b102a6d95 | |
parent | cae69790728718f7a2d6695a92b425936b82779b (diff) | |
download | waitress-c8c7966877af3a15924a31021da7b874573ee455.tar.gz |
Really remove Python 3.2 support
-rw-r--r-- | CHANGES.txt | 2 | ||||
-rw-r--r-- | setup.py | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 937a10d..44f7052 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,8 @@ Next release ------------ +- Python 3.2 is no longer supported by Waitress. + - FileBasedBuffer and more important ReadOnlyFileBasedBuffer no longer report False when tested with bool(), instead always returning True, and becoming more iterator like. @@ -57,7 +57,6 @@ setup( 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', |