Skip to content

Commit

Permalink
setup.py: Adjust supported Python versions.
Browse files Browse the repository at this point in the history
We dropped Python 2.6 and 3.3 and added 3.6 and 3.7.

Signed-off-by: Rogério Brito <[email protected]>
  • Loading branch information
Rogério Brito committed Jul 24, 2018
1 parent 03b797d commit 456b4a5
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,12 +72,12 @@ def read_file(filename, alt=None):
'License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)',
'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.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 456b4a5

Please sign in to comment.