From d3e8349d819ddcdc3794634abb918ee043ab067e Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Fri, 25 Oct 2024 12:22:21 -0700 Subject: [PATCH] Update pyproject.toml Adding Python 3.13 to classifiers --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 22aa245..0fa6840 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,8 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", - "Programming Language :: Python :: 3.12" + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13" ] dependencies = [ "lxml ~= 4.9.2"