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:
pywikibot-commits@lists.wikimedia.org