jenkins-bot merged this change.

View Change

Approvals: Dvorapa: Looks good to me, approved jenkins-bot: Verified
[tests] Add Python 3.8 to the Appveyor test matrix

Python 3.8 is preinstalled at Appveyor:
https://www.appveyor.com/docs/windows-images-software/#python

Change-Id: I2921d4550abb4c32815bae9ba84a01e37e675966
---
M .appveyor.yml
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/.appveyor.yml b/.appveyor.yml
index 02be988..60eb705 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -47,6 +47,10 @@
PYTHON_VERSION: "3.7.x"
PYTHON_ARCH: "32"

+ - PYTHON: "C:\\Python38"
+ PYTHON_VERSION: "3.8.x"
+ PYTHON_ARCH: "32"
+
- PYTHON: "C:\\Python27-x64"
PYTHON_VERSION: "2.7.x"
PYTHON_ARCH: "64"
@@ -67,6 +71,10 @@
PYTHON_VERSION: "3.7.x"
PYTHON_ARCH: "64"

+ - PYTHON: "C:\\Python38-x64"
+ PYTHON_VERSION: "3.8.x"
+ PYTHON_ARCH: "64"
+
matrix:
fast_finish: true


To view, visit change 554028. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I2921d4550abb4c32815bae9ba84a01e37e675966
Gerrit-Change-Number: 554028
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Dvorapa <dvorapa@seznam.cz>
Gerrit-Reviewer: jenkins-bot (75)