Xqt submitted this change.

View Change

Approvals: Xqt: Verified; Looks good to me, approved
[8.0] Remove Python 3.5 CI tests on github

Bug: T301908
Change-Id: I6e29664f61d17de0fca76253deb3058569fcb861
---
M .github/workflows/login_tests-ci.yml
M .github/workflows/pywikibot-ci.yml
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/login_tests-ci.yml b/.github/workflows/login_tests-ci.yml
index 977c5da..6c6cb53 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.5", "3.6", "3.7", "3.8", "3.9", "3.10"]
+ python-version: ["pypy3", "3.6", "3.7", "3.8", "3.9", "3.10"]
site: ["wikipedia:en", "wikisource:zh"]
test_prod_only: [true]
include:
@@ -40,7 +40,7 @@
site: False
family: wpbeta
code: zh
- - python-version: "3.5"
+ - python-version: "3.8"
site: wsbeta:en
- python-version: "3.7"
site: "wikipedia:test"
diff --git a/.github/workflows/pywikibot-ci.yml b/.github/workflows/pywikibot-ci.yml
index 55969f5..f840090 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.5", "3.6", "3.7", "3.8", "3.9", "3.10"]
+ python-version: ["pypy3", "3.6", "3.7", "3.8", "3.9", "3.10"]
site: ["wikipedia:en", "wikisource:zh"]
test_prod_only: [true]
include:
@@ -43,7 +43,7 @@
family: wpbeta
code: zh
experimental: true
- - python-version: "3.5"
+ - python-version: "3.8"
site: wsbeta:en
experimental: true
- python-version: "3.7"

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

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