Xqt submitted this change.

View Change

Approvals: Xqt: Verified; Looks good to me, approved
[test] Specify pypy version

Change-Id: I7a735e691fa84f3af0cdbf7df6d8100b662c10d6
---
M .github/workflows/login_tests-ci.yml
M .github/workflows/pywikibot-ci.yml
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/login_tests-ci.yml b/.github/workflows/login_tests-ci.yml
index 6e534ae..ed56512 100644
--- a/.github/workflows/login_tests-ci.yml
+++ b/.github/workflows/login_tests-ci.yml
@@ -28,7 +28,7 @@
max-parallel: 1

matrix:
- python-version: ["pypy3", "3.6", "3.7", "3.8", "3.9", "3.10"]
+ python-version: ["pypy3.7", "3.6", "3.7", "3.8", "3.9", "3.10"]
site: ["wikipedia:en", "wikisource:zh"]
test_prod_only: [true]
include:
diff --git a/.github/workflows/pywikibot-ci.yml b/.github/workflows/pywikibot-ci.yml
index 801b404..f8c80b9 100644
--- a/.github/workflows/pywikibot-ci.yml
+++ b/.github/workflows/pywikibot-ci.yml
@@ -29,7 +29,7 @@
max-parallel: 10

matrix:
- python-version: ["pypy3", "3.6", "3.7", "3.8", "3.9", "3.10"]
+ python-version: ["pypy3.7", "3.6", "3.7", "3.8", "3.9", "3.10"]
site: ["wikipedia:en", "wikisource:zh"]
test_prod_only: [true]
include:

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

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