From 2b26665f5613258e8ca63f09c9c76c2d6bf8c122 Mon Sep 17 00:00:00 2001 From: Colin Jermain Date: Sun, 18 Nov 2018 16:27:09 -0500 Subject: [PATCH] Removing Python 3.7 from this PR --- .travis.yml | 4 ---- setup.py | 1 - tox.ini | 2 +- 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index bcd76be..a852039 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,3 @@ -# Travis CI support for Python 3.7 requires Xenial (https://github.com/travis-ci/travis-ci/issues/9815) -dist: xenial - # Use older, non-container infrastructure to allow sudo sudo: required @@ -11,7 +8,6 @@ python: - 3.4 - 3.5 - 3.6 - - 3.7 - pypy env: diff --git a/setup.py b/setup.py index 83ed9be..c7c7b79 100644 --- a/setup.py +++ b/setup.py @@ -176,7 +176,6 @@ setup( 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', - 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: Implementation :: PyPy', 'Topic :: Communications'], ) diff --git a/tox.ini b/tox.ini index 6f64bb5..75af016 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,py34,py35,py36,py37 +envlist = py27,py34,py35,py36 [testenv] deps=