Skip to content

Commit

Permalink
Remove support for Python 2.6 and 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jgorset committed Apr 17, 2019
1 parent 336f2aa commit 1be3ee2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@
'Natural Language :: English',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = py26, py27, py34, py33, py35, py36, py37
envlist = py27, py34, py35, py36, py37

[testenv]
setenv:
Expand Down

0 comments on commit 1be3ee2

Please sign in to comment.