diff --git a/pyproject.toml b/pyproject.toml index 2b9727e..d216258 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "certbot-dns-corenetworks" version = "1.0.0" description = "Core Networks DNS Authenticator plugin for Certbot" readme = "README.md" -requires-python = ">=3.10" +requires-python = ">=3.8" license = { text = "Apache License 2.0" } authors = [{ name = "Hendrik Hogertz", email = "info@hogertz.eu" }] keywords = ["certbot", "dns", "corenetworks", "letsencrypt"] @@ -19,10 +19,13 @@ classifiers = [ "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Programming Language :: Python :: 3", + "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", "Topic :: Internet :: WWW/HTTP", "Topic :: Security", "Topic :: System :: Installation/Setup",