jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1123763?usp=email )
Change subject: Add compatibility informations to documentation ...................................................................... Add compatibility informations to documentation See also https://www.mediawiki.org/wiki/Manual:Pywikibot/Compatibility Change-Id: I107f683f7272697a253d303a0f202c812790eba0 --- A docs/compatibility.rst M docs/index.rst 2 files changed, 48 insertions(+), 0 deletions(-) Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved diff --git a/docs/compatibility.rst b/docs/compatibility.rst new file mode 100644 index 0000000..9158fac --- /dev/null +++ b/docs/compatibility.rst @@ -0,0 +1,47 @@ +********************* +Version compatibility +********************* + +This page summarizes Pywikibot compatibility with Python and MediaWiki versions. + +Python version support +====================== + +Released Pywikibot versions support all Python versions that are actively maintained +at the time of the release: + +================= ===================== ==== +Pywikibot version Python version PyPy +================= ===================== ==== +10.0+ 3.8–3.14 Yes +9.0+ 3.7–3.13 Yes +8.0+ 3.6.1–3.12 Yes +7.0+ 3.5.3–3.11 Yes +4.0+ 3.5–3.8 No +3.0.20190301+ 2.7.4–2.7.18, 3.4–3.8 No +3.0.20180403+ 2.7.2–2.7.18, 3.4–3.8 No +3.0+ 2.6–2.7.18, 3.3–3.8 No +2.0 2.7, 3.3–3.5 No +1.0 2.5–2.7 No +================= ===================== ==== + +`Status of Python versions <https://devguide.python.org/versions/>`__. + +Mediawiki version support +========================= + +Released Pywikibot versions support all MediaWiki versions that are actively maintained +at the time of the release: + +================= ================= +Pywikibot version MediaWiki version +================= ================= +10.0+ 1.31–1.44 +9.0+ 1.27–1.42 +8.0+ 1.27–1.40 +7.0+ 1.23–1.38 +6.0+ 1.23–1.36 +5.0+ 1.19–1.36 +================= ================= + +`Status of MediaWiki versions <https://www.mediawiki.org/wiki/Version_lifecycle>`__. diff --git a/docs/index.rst b/docs/index.rst index 8ee6069..46b4fe6 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -81,6 +81,7 @@ :caption: About changelog + compatibility licenses credits glossary -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1123763?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: I107f683f7272697a253d303a0f202c812790eba0 Gerrit-Change-Number: 1123763 Gerrit-PatchSet: 2 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
