diff options
| author | Hugo <hugovk@users.noreply.github.com> | 2018-06-04 17:48:47 +0300 |
|---|---|---|
| committer | Hugo <hugovk@users.noreply.github.com> | 2018-06-04 17:49:57 +0300 |
| commit | aca470bef7ef82c75d60888ab4003786fa861dce (patch) | |
| tree | e010157e916da623a870794a3b679479230d5644 | |
| parent | 9c71c85cf3eadf772b12178598b6d634646a4e82 (diff) | |
| download | fixtures-git-aca470bef7ef82c75d60888ab4003786fa861dce.tar.gz | |
Drop support for EOL Python 3.3
| -rw-r--r-- | .travis.yml | 1 | ||||
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | setup.cfg | 1 | ||||
| -rw-r--r-- | tox.ini | 2 |
4 files changed, 2 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index d3c5274..7a3fb1f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ language: python python: - "2.7" - - "3.3" - "3.4" - "3.5" - "3.6" @@ -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 @@ -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 @@ -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 |
