summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2018-06-04 17:48:47 +0300
committerHugo <hugovk@users.noreply.github.com>2018-06-04 17:49:57 +0300
commitaca470bef7ef82c75d60888ab4003786fa861dce (patch)
treee010157e916da623a870794a3b679479230d5644
parent9c71c85cf3eadf772b12178598b6d634646a4e82 (diff)
downloadfixtures-git-aca470bef7ef82c75d60888ab4003786fa861dce.tar.gz
Drop support for EOL Python 3.3
-rw-r--r--.travis.yml1
-rw-r--r--README2
-rw-r--r--setup.cfg1
-rw-r--r--tox.ini2
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"
diff --git a/README b/README
index e4d1ef7..773db5b 100644
--- a/README
+++ b/README
@@ -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
diff --git a/setup.cfg b/setup.cfg
index dcc1185..4ec247e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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
diff --git a/tox.ini b/tox.ini
index 4db004c..412c178 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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