jenkins-bot has submitted this change and it was merged.

Change subject: setup.py: Add Python 3.4 and 3.5 to pypi classifiers
......................................................................


setup.py: Add Python 3.4 and 3.5 to pypi classifiers

Change-Id: I17fbde4172a5cd380c25b7f781a2a122f9313549
(cherry picked from commit b6e02407d8d1afde3c9df831f9bacb4a5a9f0e6e)
---
M setup.py
1 file changed, 2 insertions(+), 0 deletions(-)

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



diff --git a/setup.py b/setup.py
index 397dac1..265a915 100644
--- a/setup.py
+++ b/setup.py
@@ -188,6 +188,8 @@
         'Environment :: Console',
         'Programming Language :: Python :: 2.7',
         'Programming Language :: Python :: 3.3',
+        'Programming Language :: Python :: 3.4',
+        'Programming Language :: Python :: 3.5',
     ],
     use_2to3=False
 )

-- 
To view, visit https://gerrit.wikimedia.org/r/303983
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I17fbde4172a5cd380c25b7f781a2a122f9313549
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: 2.0
Gerrit-Owner: John Vandenberg <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to