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: