Skip to content

Commit

Permalink
Drop support for EOL Python 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jun 4, 2018
1 parent 927acec commit b27c1bc
Show file tree
Hide file tree
Showing 4 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 @@ -3,7 +3,6 @@ language: python

python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ compatible test cases easy and straight forward.
Dependencies
============

* Python 2.7 or 3.3+
* Python 2.7 or 3.4+
This is the base language fixtures is written in and for.

* pbr
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ classifier =
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
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,py33,py34,py35,py36,pypy,pypy3
envlist = py27,py34,py35,py36,pypy,pypy3
minversion = 1.6
skipsdist = True

Expand Down

0 comments on commit b27c1bc

Please sign in to comment.