From: Bob Halley Date: Sat, 11 Oct 2025 13:05:12 +0000 (-0700) Subject: add python 3.14 to classifiers X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20e2f18d30374266bc7e3d2ae0656625c541e26a;p=thirdparty%2Fdnspython.git add python 3.14 to classifiers --- diff --git a/pyproject.toml b/pyproject.toml index bee685ac..34ccdcc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"