jenkins-bot submitted this change.

View Change

Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
[tests] Test minimal Python 3.5.1 support

Change-Id: I57694acd1f20dd96b6ed2618933ebd82811c381a
---
M .appveyor.yml
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.appveyor.yml b/.appveyor.yml
index f5b9cfc..9fa9406 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -15,8 +15,8 @@

# Test the lowest supported release of each major Python version

- - PYTHON: "C:\\Python350-x64"
- PYTHON_VERSION: "3.5.0"
+ - PYTHON: "C:\\Python351-x64"
+ PYTHON_VERSION: "3.5.1"
PYTHON_ARCH: "64"

# Appveyor pre-installs these versions onto build machines

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

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