]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
project update: remove 3.8, add 3.13
authorBob Halley <halley@dnspython.org>
Sat, 7 Sep 2024 20:01:09 +0000 (13:01 -0700)
committerBob Halley <halley@dnspython.org>
Sat, 7 Sep 2024 20:01:09 +0000 (13:01 -0700)
pyproject.toml

index 866101567f0660f5125c8fec74d5408dea024764..4350280fdf75c65149487ca4cbab036e5280066f 100644 (file)
@@ -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"]