From 9bab0e1fef7bffcdcdb1ee0080718633dea7ada5 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sun, 27 Oct 2019 14:52:15 +0100 Subject: Add final Py3.8 to travis and appveyor builds. --- .travis.yml | 4 ++-- appveyor.yml | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8f2d7510..2f12a060 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,10 +38,10 @@ matrix: - python: 3.7 dist: xenial # Required for Python >= 3.7 env: STATIC_DEPS=true - - python: 3.8-dev + - python: 3.8 dist: xenial # Required for Python >= 3.7 env: STATIC_DEPS=false - - python: 3.8-dev + - python: 3.8 dist: xenial # Required for Python >= 3.7 env: STATIC_DEPS=true - python: 3.7 diff --git a/appveyor.yml b/appveyor.yml index 234f392a..18358ae4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,6 +2,8 @@ version: 1.0.{build} environment: matrix: + - python: 38 + - python: 38-x64 - python: 37 - python: 37-x64 - python: 27 -- cgit v1.2.1