Skip to content

Commit

Permalink
chg: drop support for python 2.x, 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagofigueiro committed Dec 23, 2018
1 parent 56fccea commit 167b713
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
@@ -1,8 +1,6 @@
language: python
sudo: false
python:
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6
Expand Down
3 changes: 0 additions & 3 deletions setup.py
Expand Up @@ -38,10 +38,7 @@
'Environment :: Console',
'Intended Audience :: Developers',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'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 167b713

Please sign in to comment.