Skip to content

Commit

Permalink
setup.py: update supported Python versions (#355)
Browse files Browse the repository at this point in the history
Both `tox.ini` and `.travis.yml` removed support for older Python
versions and added support for newer ones, but `setup.py` and thus the
project's PyPi page did not reflect this changes.
  • Loading branch information
jugmac00 authored Jan 31, 2020
1 parent 660e9fd commit 89c1f69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ def run(self):
'Programming Language :: Python :: 2',
'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 :: 3.8',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Programming Language :: Python',
Expand Down

0 comments on commit 89c1f69

Please sign in to comment.