jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/554028 )

Change subject: [tests] Add Python 3.8 to the Appveyor test matrix
......................................................................

[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(-)

Approvals:
  Dvorapa: Looks good to me, approved
  jenkins-bot: Verified



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 https://gerrit.wikimedia.org/r/554028
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/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 <[email protected]>
Gerrit-Reviewer: Dvorapa <[email protected]>
Gerrit-Reviewer: jenkins-bot (75)
_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to