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

Change subject: [PY39] Enable Python 3.9 with Pywikibot
......................................................................

[PY39] Enable Python 3.9 with Pywikibot

After tests pass, enable Python 3.9 with Pywikibot
and expand travis test matrix. The current release
is 3.9.0b5 and the final release is expected in
October.

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

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



diff --git a/.travis.yml b/.travis.yml
index b597331..f552827 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,6 +7,7 @@
   - '3.6'
   - '3.7'
   - '3.8'
+  - '3.9-dev'

 # OSX builds do not yet support Python
 os: linux
@@ -155,7 +156,7 @@
       env: LANGUAGE=test FAMILY=wikipedia PYWIKIBOT_SITE_ONLY=1 
OAUTH_DOMAIN="test.wikipedia.org"
     - python: '3.7'
       env: LANGUAGE=test FAMILY=wikidata PYWIKIBOT_SITE_ONLY=1
-    - python: '3.8'
+    - python: '3.9-dev'
       env: LANGUAGE=ar FAMILY=wiktionary PYWIKIBOT_TEST_NO_RC=1
     - python: '3.6'
       env: LANGUAGE=wikidata FAMILY=wikidata PYWIKIBOT_SITE_ONLY=1
@@ -163,8 +164,6 @@
       env: LANGUAGE=uk FAMILY=wowwiki PYWIKIBOT_TEST_NO_RC=1
     - python: '3.8'
       env: LANGUAGE=en FAMILY=btrfswiki
-    - python: '3.9-dev'
-      env: LANGUAGE=test2 FAMILY=wikipedia PYWIKIBOT_SITE_ONLY=1
     - python: '3.10-dev'
       env: LANGUAGE=test2 FAMILY=wikipedia PYWIKIBOT_SITE_ONLY=1
   allow_failures:
@@ -172,8 +171,6 @@
       env: LANGUAGE=uk FAMILY=wowwiki PYWIKIBOT_TEST_NO_RC=1
     - python: '3.8'
       env: LANGUAGE=en FAMILY=btrfswiki
-    - python: '3.9-dev'
-      env: LANGUAGE=test2 FAMILY=wikipedia PYWIKIBOT_SITE_ONLY=1
     - python: '3.10-dev'
       env: LANGUAGE=test2 FAMILY=wikipedia PYWIKIBOT_SITE_ONLY=1

diff --git a/setup.py b/setup.py
index 242ff93..d02ce3f 100644
--- a/setup.py
+++ b/setup.py
@@ -274,6 +274,7 @@
             'Programming Language :: Python :: 3.6',
             'Programming Language :: Python :: 3.7',
             'Programming Language :: Python :: 3.8',
+            'Programming Language :: Python :: 3.9',
             '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/+/619145
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: I4349a7939e1fedf7d4fbfd8e75cf5e7fe3e09202
Gerrit-Change-Number: 619145
Gerrit-PatchSet: 2
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: D3r1ck01 <[email protected]>
Gerrit-Reviewer: Dvorapa <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-CC: Matěj Suchánek <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to