Skip to content

Commit

Permalink
Drop unsupported Python 3.3 https://en.wikipedia.org/wiki/CPython#Ver…
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 11, 2017
1 parent 1c5bc7a commit acbfb5d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ python:
- 2.7
- 3.5
- 3.4
- 3.3

sudo: false # Use container-based infrastructure

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
classifiers=[
'Development Status :: 3 - Alpha',
'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',
'Intended Audience :: Developers',
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
[tox]
envlist = py27, py33, py34, py35
envlist = py27, py34, py35

[tox:travis]
pypy = pypy
pypy3 = pypy3
2.7 = py27
3.3 = py33
3.4 = py34
3.5 = py35, flake8

Expand Down

0 comments on commit acbfb5d

Please sign in to comment.