Skip to content

Commit

Permalink
Merge pull request #46 from saxbophone/josh/deprecate-old-python3-ver…
Browse files Browse the repository at this point in the history
…sions

Clarify Python3 support, remove Travis-CI testing of old Py3 versions
  • Loading branch information
saxbophone committed Nov 2, 2018
2 parents 07398dd + 188a91f commit 9f4b2c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "pypy3.5"
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ So, I hope you find this library fun, useful or both!
## Installation

#### Python Versions Supported
This library is designed to work with the following **CPython** versions: **2.7.x**, **3.3.x or greater**.
This library is designed to work with **Python 2.7** and **Python 3.3 _or greater_**.

It is tested against Python **2.7**, **3.5**, **3.6** and **PyPy 3.5**.

> :bulb: **Help Wanted**
>
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ def parse_requirements(filepath):
'Intended Audience :: Telecommunications Industry',
'License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Communications',
Expand Down

0 comments on commit 9f4b2c9

Please sign in to comment.