Xqt submitted this change.

View Change

Approvals: Xqt: Verified; Looks good to me, approved
[tests] Test Pywikibot with Python 3.10 at Appveyor

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

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 change 742752. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I22c5d83b3cba47bb5821b668ae35aacd47e0c558
Gerrit-Change-Number: 742752
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-MessageType: merged