Xqt has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/742752 )

Change subject: [tests] Test Pywikibot with Python 3.10 at Appveyor
......................................................................

[tests] Test Pywikibot with Python 3.10 at Appveyor

Change-Id: I22c5d83b3cba47bb5821b668ae35aacd47e0c558
---
M .appveyor.yml
1 file changed, 6 insertions(+), 2 deletions(-)

Approvals:
  Xqt: Verified; Looks good to me, approved



diff --git a/.appveyor.yml b/.appveyor.yml
index 7fa65f7..439f630 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -41,8 +41,12 @@
       PYTHON_VERSION: "3.9.x"
       PYTHON_ARCH: "32"

-    - PYTHON: "C:\\Python39-x64"
-      PYTHON_VERSION: "3.9.x"
+    - PYTHON: "C:\\Python310"
+      PYTHON_VERSION: "3.10.x"
+      PYTHON_ARCH: "32"
+
+    - PYTHON: "C:\\Python310-x64"
+      PYTHON_VERSION: "3.10.x"
       PYTHON_ARCH: "64"

 matrix:

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/742752
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I22c5d83b3cba47bb5821b668ae35aacd47e0c558
Gerrit-Change-Number: 742752
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to