commit 4ededb9876831b0c675f638dd9df426b44939cee Author: teor teor@torproject.org Date: Mon Apr 15 14:45:56 2019 +1000
Travis: Remove unsupported python versions
They're not really telling us anything useful. --- .travis.yml | 6 ------ 1 file changed, 6 deletions(-)
diff --git a/.travis.yml b/.travis.yml index d015a13..6db6687 100644 --- a/.travis.yml +++ b/.travis.yml @@ -105,12 +105,6 @@ matrix: ## End of Life: 1 January 2020 ## https://www.python.org/dev/peps/pep-0373/#id2 - python: "2.7" - ## Final Release: 17 March 2019 - ## https://www.python.org/dev/peps/pep-0429/#release-schedule - - python: "3.4" - ## Final Release: 17 March 2019 - ## https://www.python.org/dev/peps/pep-0478/#id4 - - python: "3.5" ## End of Life: December 2021 ## https://www.python.org/dev/peps/pep-0494/#lifespan - python: "3.6"