From bd151a886e8a65c46ef4d82ddf246792e6177e40 Mon Sep 17 00:00:00 2001 From: childish-sambino Date: Fri, 21 Feb 2020 11:55:15 -0600 Subject: [PATCH] chore: add Python 3.8 to Travis (#104) --- .travis.yml | 5 ++++- README.rst | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5cb941c..c1283bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,12 @@ +dist: xenial # required for Python >= 3.7 language: python python: - '2.7' - '3.4' - '3.5' - '3.6' + - '3.7' + - '3.8' install: - make install - make test-install @@ -24,4 +27,4 @@ deploy: branch: master condition: "$TRAVIS_TEST_RESULT = 0" tags: true - python: "3.6" + python: '3.6' diff --git a/README.rst b/README.rst index 3cdfe41..ab7fb56 100644 --- a/README.rst +++ b/README.rst @@ -31,7 +31,7 @@ Installation Prerequisites ------------- -- Python version 2.7, 3.4, 3.5, or 3.6 +- Python version 2.7 or 3.4+ - The SendGrid service, starting at the `free level`_ Install Package