From d0c27e2d467bdb199053dc5d07b60793931155ed Mon Sep 17 00:00:00 2001 From: Poolitzer <25934244+Poolitzer@users.noreply.github.com> Date: Sat, 12 Oct 2019 06:12:41 -0700 Subject: [PATCH] adding 3.8 to travis and appveyor (#1543) Fixes #1542 --- .travis.yml | 2 ++ appveyor.yml | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6da593631..704127837 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,8 @@ matrix: dist: xenial - python: pypy3.5-5.10.1 dist: xenial + - python: 3.8-dev + dist: xenial allow_failures: - python: pypy2.7-5.10.0 - python: pypy3.5-5.10.1 diff --git a/appveyor.yml b/appveyor.yml index 0881905db..18a66afbd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,7 +2,7 @@ environment: matrix: # For Python versions available on Appveyor, see - # http://www.appveyor.com/docs/installed-software#python + # https://www.appveyor.com/docs/windows-images-software/#python # The list here is complete (excluding Python 2.6, which # isn't covered by this document) at the time of writing. @@ -10,6 +10,7 @@ environment: - PYTHON: "C:\\Python35" - PYTHON: "C:\\Python36" - PYTHON: "C:\\Python37" + # - PYTHON: "C:\\Python38" branches: only: