Skip to content

Commit

Permalink
Removed support for py3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
twheys committed Aug 29, 2019
1 parent 3190eaa commit 43b5344
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: python

python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"

matrix:
include:
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Installation

.. _installation_start:

|Brand| supports python ``3.4+``. It may also work on pypy, cython, and jython, but is not being tested for these versions.
|Brand| supports python ``3.5+``. It may also work on pypy, cython, and jython, but is not being tested for these versions.

To install |Brand| run the following command:

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 = py33,py34,py35,py36,py37,pypy3
envlist = py35,py36,py37,pypy3
[testenv]
deps = -r requirements-dev.txt
commands = python setup.py build test

0 comments on commit 43b5344

Please sign in to comment.