jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/649848 )

Change subject: [python] Add Python 3.10 to pypi classifier
......................................................................

[python] Add Python 3.10 to pypi classifier

Also add Python 3.10-dev to travis site matrix
and remove it from allow_failures

Change-Id: I88244ea9b78ed3eaf2ee3a94710b0817a35c9e74
---
M .travis.yml
M setup.py
2 files changed, 2 insertions(+), 4 deletions(-)

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



diff --git a/.travis.yml b/.travis.yml
index b5be879..bae3528 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,7 @@
   - '3.7'
   - '3.8'
   - '3.9'
+  - '3.10-dev'

 # OSX builds do not yet support Python
 os: linux
@@ -163,15 +164,11 @@
       env: LANGUAGE=uk FAMILY=wowwiki PYWIKIBOT_TEST_NO_RC=1
     - python: '3.8'
       env: LANGUAGE=en FAMILY=btrfswiki
-    - python: '3.10-dev'
-      env: LANGUAGE=test2 FAMILY=wikipedia PYWIKIBOT_SITE_ONLY=1
   allow_failures:
     - python: '3.8'
       env: LANGUAGE=uk FAMILY=wowwiki PYWIKIBOT_TEST_NO_RC=1
     - python: '3.8'
       env: LANGUAGE=en FAMILY=btrfswiki
-    - python: '3.10-dev'
-      env: LANGUAGE=test2 FAMILY=wikipedia PYWIKIBOT_SITE_ONLY=1

 notifications:
   email:
diff --git a/setup.py b/setup.py
index 5a76bd8..59f901f 100644
--- a/setup.py
+++ b/setup.py
@@ -282,6 +282,7 @@
             'Programming Language :: Python :: 3.7',
             'Programming Language :: Python :: 3.8',
             'Programming Language :: Python :: 3.9',
+            'Programming Language :: Python :: 3.10',
             'Programming Language :: Python :: Implementation :: CPython',
             'Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Wiki',
             'Topic :: Software Development :: Libraries :: Python Modules',

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/649848
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I88244ea9b78ed3eaf2ee3a94710b0817a35c9e74
Gerrit-Change-Number: 649848
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to