Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.

Commit

Permalink
drop py34 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jantman committed Oct 13, 2019
1 parent 6f75bd2 commit 8861f3a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ stages:

jobs:
include:
- stage: test
python: '3.4'
env: TOXENV=py34
- stage: test
python: '3.5'
env: TOXENV=py35
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Requirements

jiveapi is also available in a self-contained Docker image with all dependencies. See `https://hub.docker.com/r/jantman/jiveapi/ <https://hub.docker.com/r/jantman/jiveapi/>`_.

* Python 3.4+. Yes, this package is *only* developed and tested against Python3, specifically 3.4 or later. It *should* work under 2.7 as well, but that is neither tested nor supported.
* Python 3.5+. Yes, this package is *only* developed and tested against Python3, specifically 3.5 or later. It *should* work under 2.7 as well, but that is neither tested nor supported.
* `requests <https://requests.kennethreitz.org/en/master/>`_
* `premailer <http://github.com/peterbe/premailer>`_ (optional, only required for high-level JiveContent interface)
* `lxml <http://lxml.de/>`_ (optional, only required for high-level JiveContent interface)
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 = py34,py35,py36,py37,docs,docker
envlist = py35,py36,py37,docs,docker

[testenv]
deps =
Expand Down

0 comments on commit 8861f3a

Please sign in to comment.