jenkins-bot merged this change.

View Change

Approvals: Dalba: Looks good to me, approved jenkins-bot: Verified
[tests] Add py3.7 to travis test matrix

Add Python 3.7 to pypi classifiers

Pre-test was successfull:
https://travis-ci.org/wikimedia/pywikibot/builds/488217964

Change-Id: Iace76e8320d8bf717706817961cc102ccc01adb6
---
M .travis.yml
M setup.py
2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 5f3ca3d..e22bd5c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -159,6 +159,10 @@
env: LANGUAGE=ar FAMILY=wiktionary PYWIKIBOT_TEST_NO_RC=1
- python: '3.6'
env: LANGUAGE=wikidata FAMILY=wikidata SITE_ONLY=1
+ - python: '3.7'
+ env: LANGUAGE=de FAMILY=wikipedia
+ dist: xenial
+ sudo: required

notifications:
email:
diff --git a/setup.py b/setup.py
index f7db7fe..3be1c82 100644
--- a/setup.py
+++ b/setup.py
@@ -262,6 +262,7 @@
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: Implementation :: CPython',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Wiki',
'Topic :: Software Development :: Libraries :: Python Modules',

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

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Iace76e8320d8bf717706817961cc102ccc01adb6
Gerrit-Change-Number: 433554
Gerrit-PatchSet: 8
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: D3r1ck01 <alangiderick@gmail.com>
Gerrit-Reviewer: Dalba <dalba.wiki@gmail.com>
Gerrit-Reviewer: Dvorapa <dvorapa@seznam.cz>
Gerrit-Reviewer: Framawiki <framawiki@tools.wmflabs.org>
Gerrit-Reviewer: John Vandenberg <jayvdb@gmail.com>
Gerrit-Reviewer: Mpaa <mpaa.wiki@gmail.com>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: Zhuyifei1999 <zhuyifei1999@gmail.com>
Gerrit-Reviewer: Zoranzoki21 <zorandori4444@gmail.com>
Gerrit-Reviewer: jenkins-bot (75)