jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1060885?usp=email )
Change subject: [tests] remove lint tests for Python 3.10-3.12; they are done by CI now ...................................................................... [tests] remove lint tests for Python 3.10-3.12; they are done by CI now Change-Id: Id14f8770fcf93c09962d3369bd3d143b9b579bd2 --- M .github/workflows/lint_tests.yml 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved diff --git a/.github/workflows/lint_tests.yml b/.github/workflows/lint_tests.yml index d7187d7..cc4df94 100644 --- a/.github/workflows/lint_tests.yml +++ b/.github/workflows/lint_tests.yml @@ -23,7 +23,7 @@ fail-fast: false matrix: - python-version: [ "pypy3.7", "pypy3.10", "3.10", "3.11", "3.12", "3.13.0-alpha - 3.13.0", "3.14-dev" ] + python-version: [ "pypy3.7", "pypy3.10", "3.13.0-alpha - 3.13.0", "3.14-dev" ] deps: [ flake8, hacking ] exclude: - deps: hacking -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1060885?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: Id14f8770fcf93c09962d3369bd3d143b9b579bd2 Gerrit-Change-Number: 1060885 Gerrit-PatchSet: 1 Gerrit-Owner: Xqt <i...@gno.de> Gerrit-Reviewer: Xqt <i...@gno.de> Gerrit-Reviewer: jenkins-bot
_______________________________________________ Pywikibot-commits mailing list -- pywikibot-commits@lists.wikimedia.org To unsubscribe send an email to pywikibot-commits-le...@lists.wikimedia.org