Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1217828?usp=email )
Change subject: tests: Add tests for free threading Python ...................................................................... tests: Add tests for free threading Python https://docs.python.org/3/howto/free-threading-python.html Bug: T408131 Change-Id: I850da6a3d54119116df725b801e00b8e39da0970 --- M .github/workflows/pywikibot-ci.yml 1 file changed, 9 insertions(+), 0 deletions(-) Approvals: Xqt: Verified; Looks good to me, approved diff --git a/.github/workflows/pywikibot-ci.yml b/.github/workflows/pywikibot-ci.yml index e704cd0..b087089 100644 --- a/.github/workflows/pywikibot-ci.yml +++ b/.github/workflows/pywikibot-ci.yml @@ -51,6 +51,15 @@ - python-version: '3' site: wikipedia:de os: macOS-latest + - python-version: 3.13t + site: wikipedia:test + experimental: true + - python-version: 3.14t + site: wikipedia:test + experimental: true + - python-version: 3.15t + site: wikipedia:test + experimental: true # ubuntu-22.04 required 3.15-dev due to T382214 - python-version: 3.15-dev site: wikipedia:en -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1217828?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: I850da6a3d54119116df725b801e00b8e39da0970 Gerrit-Change-Number: 1217828 Gerrit-PatchSet: 1 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Xqt <[email protected]>
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
