Skip to content

Commit

Permalink
Remove Python 2.6 and 3.3 from classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
singingwolfboy committed Oct 15, 2019
1 parent 6735943 commit c9099f6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,8 @@
CLASSIFIERS = [
"Programming Language :: Python",
"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",
Expand Down

0 comments on commit c9099f6

Please sign in to comment.