Skip to content

Commit

Permalink
Merge pull request #101 from Harmon758/python-versions-support
Browse files Browse the repository at this point in the history
Drop support for Python 2.6, 3.2, and 3.3 and add Python 3.7 as supported version
  • Loading branch information
carpedm20 committed Sep 12, 2019
2 parents c6fbabd + 243201b commit 8c72e28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,10 +7,10 @@ cache:

python:
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6
- 3.7
- pypy
- pypy3

Expand Down
4 changes: 1 addition & 3 deletions setup.py
Expand Up @@ -42,14 +42,12 @@
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2',
'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',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Programming Language :: Python',
Expand Down

0 comments on commit 8c72e28

Please sign in to comment.