summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-09-09 18:05:13 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2018-09-17 09:55:25 -0700
commitf5ef8b9e679dc5a060f88b818783c55aa04bb3ca (patch)
tree21cb175562e9f0c39913948455896e8fbe5bcb3f /.travis.yml
parent7f4f3b626e7f2f6f2365c77a9b7f6dac72f41f12 (diff)
downloadappdirs-f5ef8b9e679dc5a060f88b818783c55aa04bb3ca.tar.gz
Drop support for EOL Pythons
Python 2.6, 3.2, and 3.3 are end of life. They are no longer receiving bug fixes, including for security issues. Python 2.6 went EOL on 2013-10-29, Python 3.2 on 2016-02-20, and Python 3.3 on 2017-09-29. For additional details on support Python versions, see: https://devguide.python.org/#status-of-python-branches https://devguide.python.org/devcycle/#end-of-life-branches Removing support for EOL Pythons will reduce testing and maintenance resources. Using pypinfo, here are the PyPI download statistics for the last 30 days, showing low numbers for EOL Pythons. | python_version | percent | download_count | | -------------- | ------: | -------------: | | 2.7 | 61.50% | 785,047 | | 3.6 | 24.17% | 308,576 | | 3.5 | 8.09% | 103,320 | | 3.7 | 3.23% | 41,242 | | 3.4 | 2.81% | 35,877 | | 2.6 | 0.13% | 1,622 | | 3.3 | 0.06% | 711 | | 3.8 | 0.01% | 174 | | None | 0.00% | 19 | | 3.2 | 0.00% | 7 |
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index cd874a5..df54228 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,7 @@
language: python
python:
- - "2.6"
- "2.7"
- "pypy"
- - "3.2"
- - "3.3"
- "3.4"
- "3.5"
- "3.6"