Support Python 3.8+

This commit is contained in:
2025-11-20 05:27:50 +01:00
parent 095c8e75d4
commit 6d758d8d97

View File

@@ -7,7 +7,7 @@ name = "certbot-dns-corenetworks"
version = "1.0.0" version = "1.0.0"
description = "Core Networks DNS Authenticator plugin for Certbot" description = "Core Networks DNS Authenticator plugin for Certbot"
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.8"
license = { text = "Apache License 2.0" } license = { text = "Apache License 2.0" }
authors = [{ name = "Hendrik Hogertz", email = "info@hogertz.eu" }] authors = [{ name = "Hendrik Hogertz", email = "info@hogertz.eu" }]
keywords = ["certbot", "dns", "corenetworks", "letsencrypt"] keywords = ["certbot", "dns", "corenetworks", "letsencrypt"]
@@ -19,10 +19,13 @@ classifiers = [
"Operating System :: POSIX :: Linux", "Operating System :: POSIX :: Linux",
"Programming Language :: Python", "Programming Language :: Python",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP",
"Topic :: Security", "Topic :: Security",
"Topic :: System :: Installation/Setup", "Topic :: System :: Installation/Setup",