jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/553860 )

Change subject: [tests] Remove CI tests for Python 3.4
......................................................................

[tests] Remove CI tests for Python 3.4

Change Python 3.4 to 3.5/3.7/3.8 in Travis

Bug: T239542
Change-Id: Ie8d39fa8092f75854511bac0b3017c3c959620f5
---
M .appveyor.yml
M .travis.yml
2 files changed, 6 insertions(+), 15 deletions(-)

Approvals:
  Dvorapa: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/.appveyor.yml b/.appveyor.yml
index 02be988..f855bc1 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -21,8 +21,8 @@
       PYTHON_VERSION: "2.7.4"
       PYTHON_ARCH: "64"

-    - PYTHON: "C:\\Python341-x64"
-      PYTHON_VERSION: "3.4.1"
+    - PYTHON: "C:\\Python350-x64"
+      PYTHON_VERSION: "3.5.0"
       PYTHON_ARCH: "64"

     # Appveyor pre-installs these versions onto build machines
@@ -31,10 +31,6 @@
       PYTHON_VERSION: "2.7.x"
       PYTHON_ARCH: "32"

-    - PYTHON: "C:\\Python34"
-      PYTHON_VERSION: "3.4.x"
-      PYTHON_ARCH: "32"
-
     - PYTHON: "C:\\Python35"
       PYTHON_VERSION: "3.5.x"
       PYTHON_ARCH: "32"
@@ -51,10 +47,6 @@
       PYTHON_VERSION: "2.7.x"
       PYTHON_ARCH: "64"

-    - PYTHON: "C:\\Python34-x64"
-      PYTHON_VERSION: "3.4.x"
-      PYTHON_ARCH: "64"
-
     - PYTHON: "C:\\Python35-x64"
       PYTHON_VERSION: "3.5.x"
       PYTHON_ARCH: "64"
diff --git a/.travis.yml b/.travis.yml
index 5ee5bc9..00b7242 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,6 @@

 python:
   - '2.7'
-  - '3.4'
   - '3.5'
   - '3.6'
   - '3.7'
@@ -141,15 +140,15 @@
       env: LANGUAGE=en FAMILY=wpbeta PYWIKIBOT_SITE_ONLY=1 
OAUTH_DOMAIN="en.wikipedia.beta.wmflabs.org"
     - python: '3.6'
       env: LANGUAGE=zh FAMILY=wpbeta PYWIKIBOT_SITE_ONLY=1 
OAUTH_DOMAIN="zh.wikipedia.beta.wmflabs.org"
-    - python: '3.4'
+    - python: '3.5'
       env: LANGUAGE=en FAMILY=wsbeta PYWIKIBOT_SITE_ONLY=1 
PYWIKIBOT_NO_L10N_TESTS=0
     - python: '3.5'
       env: LANGUAGE=en FAMILY=musicbrainz PYWIKIBOT_SITE_ONLY=1
-    - python: '3.4'
+    - python: '3.7'
       env: LANGUAGE=test FAMILY=wikipedia PYWIKIBOT_SITE_ONLY=1 
OAUTH_DOMAIN="test.wikipedia.org"
-    - python: '3.4'
+    - python: '3.7'
       env: LANGUAGE=test FAMILY=wikidata PYWIKIBOT_SITE_ONLY=1
-    - python: '3.4'
+    - python: '3.8'
       env: LANGUAGE=ar FAMILY=wiktionary PYWIKIBOT_TEST_NO_RC=1
     - python: '3.6'
       env: LANGUAGE=wikidata FAMILY=wikidata PYWIKIBOT_SITE_ONLY=1

--
To view, visit https://gerrit.wikimedia.org/r/553860
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ie8d39fa8092f75854511bac0b3017c3c959620f5
Gerrit-Change-Number: 553860
Gerrit-PatchSet: 4
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Dvorapa <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot (75)
_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to