jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1100500?usp=email )
Change subject: remove unnecessary python version classifiers ...................................................................... remove unnecessary python version classifiers PyPI should show these automatically based on the required version Change-Id: I268ca07f6510350221b204e4200c7ad2e0689664 --- M pyproject.toml M scripts/pyproject.toml 2 files changed, 0 insertions(+), 15 deletions(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/pyproject.toml b/pyproject.toml index 4f2613b..d26c07a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,13 +92,6 @@ "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", - "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.9", - "Programming Language :: Python :: 3.10", - "Programming Language :: Python :: 3.11", - "Programming Language :: Python :: 3.12", - "Programming Language :: Python :: 3.13", - "Programming Language :: Python :: 3.14", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Wiki", diff --git a/scripts/pyproject.toml b/scripts/pyproject.toml index cfe050b..cf26711 100644 --- a/scripts/pyproject.toml +++ b/scripts/pyproject.toml @@ -103,14 +103,6 @@ "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", - "Programming Language :: Python :: 3.7", - "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.9", - "Programming Language :: Python :: 3.10", - "Programming Language :: Python :: 3.11", - "Programming Language :: Python :: 3.12", - "Programming Language :: Python :: 3.13", - "Programming Language :: Python :: 3.14", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Wiki", -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1100500?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: I268ca07f6510350221b204e4200c7ad2e0689664 Gerrit-Change-Number: 1100500 Gerrit-PatchSet: 1 Gerrit-Owner: JJMC89 <jjmc89.wikime...@gmail.com> Gerrit-Reviewer: Xqt <i...@gno.de> Gerrit-Reviewer: jenkins-bot
_______________________________________________ Pywikibot-commits mailing list -- pywikibot-commits@lists.wikimedia.org To unsubscribe send an email to pywikibot-commits-le...@lists.wikimedia.org