Skip to content

Commit

Permalink
Dropped official support for Python 2.6, 3.2, 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
spookylukey committed Nov 28, 2018
1 parent 5c778a5 commit 797017b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Expand Up @@ -4,14 +4,8 @@ python: 3.6
# See tox.ini for env list
matrix:
include:
- python: 2.6
env: TOXENV=py26
- python: 2.7
env: TOXENV=py27
- python: 3.2
env: TOXENV=py32
- python: 3.3
env: TOXENV=py33
- python: 3.4
env: TOXENV=py34
- python: 3.5
Expand Down
5 changes: 5 additions & 0 deletions CHANGES.rst
Expand Up @@ -4,6 +4,11 @@

Significant or incompatible changes listed here.

Changes in development version (unreleased)
-------------------------------------------
* Dropped official support for Python 2.6, 3.2 and 3.3 (mainly because
our test tools don't support them any more).

Changes in v0.8
---------------

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,6 +1,6 @@
[tox]
# Add to .travis.yml when you add to this
envlist = py26,py27,py32,py33,py34,py35,py36,pypy,flake,checkmanifest
envlist = py27,py34,py35,py36,pypy,flake,checkmanifest

[testenv]
deps=
Expand Down

0 comments on commit 797017b

Please sign in to comment.