]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
add python 3.14 to classifiers
authorBob Halley <halley@dnspython.org>
Sat, 11 Oct 2025 13:05:12 +0000 (06:05 -0700)
committerBob Halley <halley@dnspython.org>
Sat, 11 Oct 2025 13:05:12 +0000 (06:05 -0700)
pyproject.toml

index bee685ac3fb5ec941a59c0bbe9c25a5869405eaf..34ccdcc332bed8e48bc6b2e5a50f115f75b13789 100644 (file)
@@ -25,6 +25,7 @@ classifiers = [
     "Programming Language :: Python :: 3.11",
     "Programming Language :: Python :: 3.12",
     "Programming Language :: Python :: 3.13",
+    "Programming Language :: Python :: 3.14",
 ]
 readme = "README.md"
 requires-python = ">=3.10"