From: Bob Halley Date: Sat, 7 Sep 2024 20:01:09 +0000 (-0700) Subject: project update: remove 3.8, add 3.13 X-Git-Tag: v2.7.0rc1~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0d58026101476c0947f6d67ec2330a45e7525aa;p=thirdparty%2Fdnspython.git project update: remove 3.8, add 3.13 --- diff --git a/pyproject.toml b/pyproject.toml index 86610156..4350280f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,14 +18,14 @@ classifiers = [ "Topic :: Internet :: Name Service (DNS)", "Topic :: Software Development :: Libraries :: Python Modules", "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", ] readme = "README.md" -requires-python = ">=3.8" +requires-python = ">=3.9" dependencies = [] dynamic = ["version"]