jenkins-bot submitted this change.
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(-)
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 change 1100500. To unsubscribe, or for help writing mail filters, visit settings.