Xqt submitted this change.

View Change

Approvals: Xqt: Verified; Looks good to me, approved
[tests] add doctests for graalpy and pypy3.10

Change-Id: Ieb8381fd6a3e9828698b79a6c80fbc11e0f12654
---
M .github/workflows/doctest.yml
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/doctest.yml b/.github/workflows/doctest.yml
index 1be6714..883dd35 100644
--- a/.github/workflows/doctest.yml
+++ b/.github/workflows/doctest.yml
@@ -25,7 +25,7 @@

matrix:
os: [ "windows-latest", "macOS", "ubuntu-latest" ]
- python-version: ["pypy3.7", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
+ python-version: ["graalpy", "pypy3.7", "pypy3.10", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
include:
- python-version: "3.13-dev"


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

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