jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/617065 )
Change subject: [tests] Add Python 3.10 to Travis test matrix ...................................................................... [tests] Add Python 3.10 to Travis test matrix Python 3.10 is enabled for tests: https://docs.travis-ci.com/user/languages/python/ Change-Id: I546ee659ab04b293b8362558aed53da330070925 --- M .travis.yml 1 file changed, 4 insertions(+), 0 deletions(-) Approvals: D3r1ck01: Looks good to me, approved jenkins-bot: Verified diff --git a/.travis.yml b/.travis.yml index 47cd664..be4e674 100644 --- a/.travis.yml +++ b/.travis.yml @@ -165,6 +165,8 @@ env: LANGUAGE=en FAMILY=btrfswiki - python: '3.9-dev' env: LANGUAGE=test FAMILY=wikipedia PYWIKIBOT_SITE_ONLY=1 + - python: '3.10-dev' + env: LANGUAGE=test FAMILY=wikipedia PYWIKIBOT_SITE_ONLY=1 allow_failures: - python: '3.8' env: LANGUAGE=uk FAMILY=wowwiki PYWIKIBOT_TEST_NO_RC=1 @@ -172,6 +174,8 @@ env: LANGUAGE=en FAMILY=btrfswiki - python: '3.9-dev' env: LANGUAGE=test FAMILY=wikipedia PYWIKIBOT_SITE_ONLY=1 + - python: '3.10-dev' + env: LANGUAGE=test FAMILY=wikipedia PYWIKIBOT_SITE_ONLY=1 notifications: email: -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/617065 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: I546ee659ab04b293b8362558aed53da330070925 Gerrit-Change-Number: 617065 Gerrit-PatchSet: 1 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: D3r1ck01 <[email protected]> Gerrit-Reviewer: jenkins-bot Gerrit-CC: Dvorapa <[email protected]> Gerrit-MessageType: merged
_______________________________________________ Pywikibot-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits
