Skip to content
This repository has been archived by the owner on Jan 26, 2025. It is now read-only.

Commit

Permalink
don't include 2.7 no more
Browse files Browse the repository at this point in the history
related to #86
  • Loading branch information
kmpm committed Dec 7, 2019
1 parent 8b5611d commit 57cf749
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Programming Language :: Python :: 2.7'
'Programming Language :: Python :: 3.5'
],
license='MIT',
test_suite="tests.get_tests",
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 = py27, py35, py36
envlist = py35, py36, py37

[testenv]
deps = -rtest_requirements.txt
Expand Down

0 comments on commit 57cf749

Please sign in to comment.