Skip to content

Commit

Permalink
Merge pull request #8 from MicahLyle/python-37-38
Browse files Browse the repository at this point in the history
Removed Python 2.7 and 3.4; Added 3.7 and 3.8
  • Loading branch information
Tobin Brown authored Feb 17, 2020
2 parents efbd3b3 + 5290ae2 commit 7247605
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
install:
- pip install -r requirements.txt
- pip install coverage mock coveralls
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@ MIT. See `LICENSE`_ for more details.

.. |python| image:: https://img.shields.io/pypi/pyversions/usps-api.svg?style=flat-square
:target: https://pypi.python.org/pypi/usps-api
:alt: Python 2.7, 3.4, 3.5, 3.6
:alt: Python 3.5, 3.6, 3.7, 3.8
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='usps-api',
version='0.3',
version='0.4',
author='Tobin Brown',
author_email='[email protected]',
packages=['usps'],
Expand All @@ -21,9 +21,10 @@
'Natural Language :: English',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Software Development :: Testing',
'Topic :: Utilities',
Expand Down

0 comments on commit 7247605

Please sign in to comment.