Skip to content

Commit

Permalink
Remove Python 3.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
DonDebonair committed Dec 3, 2017
1 parent 436253d commit 2af0c5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ def run(self):
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Operating System :: OS Independent",
"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
@@ -1,5 +1,5 @@
[tox]
envlist = py33,py34,py35,py36,flake8
envlist = py34,py35,py36,flake8

[testenv]
commands = pytest tests
Expand Down

0 comments on commit 2af0c5d

Please sign in to comment.