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

Change subject: [test] Specify pypy version
......................................................................

[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(-)

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



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 https://gerrit.wikimedia.org/r/c/pywikibot/core/+/838075
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: I7a735e691fa84f3af0cdbf7df6d8100b662c10d6
Gerrit-Change-Number: 838075
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