Skip to content

Commit

Permalink
Drop support for Python 3.4.
Browse files Browse the repository at this point in the history
modified:   .travis.yml
modified:   CHANGES.rst
modified:   setup.py
modified:   tox.ini
  • Loading branch information
jugmac00 committed Apr 3, 2019
1 parent 9069923 commit 7620c2b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: python
sudo: false
python:
- 2.7
- 3.4
- 3.5
- 3.6
- pypy
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Changelog
4.6 (unreleased)
----------------

- Nothing changed yet.
- Drop support for Python 3.4.


4.5 (2018-10-05)
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
Expand Down
8 changes: 1 addition & 7 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py27,py27-pure,py34,py34-pure,py35,py35-pure,py36,py36-pure,py37,py37-pure,pypy,pypy3,coverage
py27,py27-pure,py35,py35-pure,py36,py36-pure,py37,py37-pure,pypy,pypy3,coverage

[testenv]
install_command = pip install --no-cache-dir --no-binary=:all: {opts} {packages}
Expand All @@ -17,12 +17,6 @@ basepython =
setenv =
PURE_PYTHON = 1

[testenv:py34-pure]
basepython =
python3.4
setenv =
PURE_PYTHON = 1

[testenv:py35-pure]
basepython =
python3.5
Expand Down

0 comments on commit 7620c2b

Please sign in to comment.