diff --git a/.travis.yml b/.travis.yml index 244d37f..ea0e072 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: python python: - "2.6" - "2.7" - - "3.2" - "3.3" - "3.4" - "3.5.0b3" diff --git a/setup.py b/setup.py index cb769e8..2abcc59 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,6 @@ 'Operating System :: OS Independent', 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', - 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Topic :: Internet :: WWW/HTTP :: Session',