Skip to content

Commit

Permalink
Drop support for Python 2.6
Browse files Browse the repository at this point in the history
- it is no longer supported
- Travis cannot download Python 2.6 any more

modified:   .travis.yml
modified:   CHANGES.txt
modified:   appveyor.yml
modified:   tox.ini
  • Loading branch information
jugmac00 committed Oct 1, 2019
1 parent 8347b64 commit a62179f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,7 +1,6 @@
language: python
sudo: false
python:
- 2.6
- 2.7
install:
- pip install zc.buildout==2.3.1
Expand Down
2 changes: 2 additions & 0 deletions CHANGES.txt
Expand Up @@ -8,6 +8,8 @@ Changelog

- add Appveyor configuration for Windows wheel builds

- drop support for Python 2.6

2.13.12 (2017-12-01)
--------------------

Expand Down
2 changes: 0 additions & 2 deletions appveyor.yml
Expand Up @@ -5,8 +5,6 @@ environment:
secure: y/k8TP312tLRATkXU5dq+g==

matrix:
- python: 26
- python: 26-x64
- python: 27
- python: 27-x64

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist =
py26,py27
py27

[testenv]
commands =
Expand Down

0 comments on commit a62179f

Please sign in to comment.