Xqt submitted this change.

View Change

Approvals: Xqt: Verified; Looks good to me, approved
[tests] Enable Appveyor tests with Python 3.11

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

diff --git a/.appveyor.yml b/.appveyor.yml
index 2deca7a..e9544db 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -42,6 +42,10 @@
PYTHON_VERSION: "3.10.x"
PYTHON_ARCH: "32"

+ - PYTHON: "C:\\Python311-x64"
+ PYTHON_VERSION: "3.11.x"
+ PYTHON_ARCH: "64"
+
matrix:
fast_finish: false


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

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