Skip to content

Commit

Permalink
Release 1.8.0
Browse files Browse the repository at this point in the history
- package as a wheel too
- remove support for python 3.3
  • Loading branch information
cdent committed Jul 6, 2018
1 parent 5004769 commit cff8f63
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ matrix:
env: TOXENV=pep8
- python: 2.7
env: TOXENV=docs
- python: 3.3
env: TOXENV=py33
- python: 3.4
env: TOXENV=py34
- python: 3.5
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Supported Libaries
==================

``wsgi_intercept`` works with a variety of HTTP clients in Python 2.7,
3.3 and beyond, and in pypy.
3.4 and beyond, and in pypy.

* urllib2
* urllib.request
Expand Down Expand Up @@ -115,7 +115,7 @@ it into all of the *other* Python Web testing frameworks.
The Python 2 version of wsgi-intercept was the result. Kumar McMillan
later took over maintenance.

The current version is tested with Python 2.7, 3.3, 3.4, 3.5, 3.6, and pypy
The current version is tested with Python 2.7, 3.4, 3.5, 3.6, and pypy
and was assembled by `Chris Dent`_. Testing and documentation improvements
from `Sasha Hart`_.

Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

from setuptools import setup, find_packages

VERSION = '1.7.0'
VERSION = '1.8.0'

CLASSIFIERS = """
Environment :: Web Environment
Expand All @@ -11,7 +11,6 @@
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Expand Down
4 changes: 2 additions & 2 deletions wsgi_intercept/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
==================
``wsgi_intercept`` works with a variety of HTTP clients in Python 2.7,
3.3 and beyond, and in pypy.
3.4 and beyond, and in pypy.
* urllib2
* urllib.request
Expand Down Expand Up @@ -115,7 +115,7 @@ def load_app():
The Python 2 version of wsgi-intercept was the result. Kumar McMillan
later took over maintenance.
The current version is tested with Python 2.7, 3.3, 3.4, 3.5, 3.6, and pypy
The current version is tested with Python 2.7, 3.4, 3.5, 3.6, and pypy
and was assembled by `Chris Dent`_. Testing and documentation improvements
from `Sasha Hart`_.
Expand Down

0 comments on commit cff8f63

Please sign in to comment.