From 9b661ebc416ea566e355cfab7eec58c81f00ef30 Mon Sep 17 00:00:00 2001 From: Jack O'Connor Date: Fri, 20 Mar 2020 15:56:06 -0400 Subject: [PATCH] add CI testing for Python 3.7 and 3.8 --- .travis.yml | 2 ++ appveyor.yml | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8c96a1d..ee16291 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ language: python python: - "3.5" - "3.6" + - "3.7" + - "3.8" - "nightly" install: - pip install -r ./requirements-dev.txt diff --git a/appveyor.yml b/appveyor.yml index 882b66b..5fb605e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -32,6 +32,14 @@ environment: PYTHON_VERSION: "3.7.x" PYTHON_ARCH: "64" + - PYTHON: "C:\\Python38" + PYTHON_VERSION: "3.8.x" + PYTHON_ARCH: "32" + + - PYTHON: "C:\\Python38-x64" + PYTHON_VERSION: "3.8.x" + PYTHON_ARCH: "64" + install: # Prepend newly installed Python to the PATH of this build (this cannot be # done from inside the powershell script as it would require to restart