From b0d58026101476c0947f6d67ec2330a45e7525aa Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sat, 7 Sep 2024 13:01:09 -0700 Subject: [PATCH] project update: remove 3.8, add 3.13 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"] -- 2.47.3