Xqt has submitted this change. (
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/906619 )
Change subject: Revert "[tests] Test 3.12.0a7 as experimental because it is
failing"
......................................................................
Revert "[tests] Test 3.12.0a7 as experimental because it is failing"
This reverts commit e242a5054f5f44b9492d1c7f29b04f57220c31c6.
Reason for revert: There might be a better solution
Bug: T334378
Change-Id: Ic8513080d466236b78b9ef0d72a5865b738ceb2a
---
M setup.py
M .github/workflows/pywikibot-ci.yml
2 files changed, 16 insertions(+), 6 deletions(-)
Approvals:
Xqt: Verified; Looks good to me, approved
diff --git a/.github/workflows/pywikibot-ci.yml
b/.github/workflows/pywikibot-ci.yml
index 865b6d0..093e0e1 100644
--- a/.github/workflows/pywikibot-ci.yml
+++ b/.github/workflows/pywikibot-ci.yml
@@ -26,7 +26,7 @@
max-parallel: 16
matrix:
- python-version: ["pypy3.7", "3.7", "3.8", "3.9", "3.10", "3.11",
"3.12.0-alpha.6"]
+ python-version: ["pypy3.7", "3.7", "3.8", "3.9", "3.10", "3.11",
"3.12.0-alpha - 3.12.0"]
site: ['wikipedia:en', 'wikisource:zh']
test_prod_only: [true]
include:
@@ -69,10 +69,6 @@
site: wikisource:zh
test_prod_only: true
os: ubuntu-20.04
- - python-version: "3.12.0-alpha - 3.12.0" # 3.12.0a7 fails
- site: wikipedia:en
- test_prod_only: true
- experimental: true
steps:
- name: Checkout Repository
diff --git a/setup.py b/setup.py
index 8a206d6..8ac1364 100755
--- a/setup.py
+++ b/setup.py
@@ -247,7 +247,7 @@
# zip_safe
install_requires=dependencies,
extras_require=extra_deps,
- python_requires='>=3.6.1,!=3.12.0-alpha.7',
+ python_requires='>=3.6.1',
# namespace_packages
test_suite='tests.collector',
tests_require=test_deps,
--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/906619
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: Ic8513080d466236b78b9ef0d72a5865b738ceb2a
Gerrit-Change-Number: 906619
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]
To unsubscribe send an email to [email protected]