From 31e65a72f09b3141d26da23bedba220b769754b2 Mon Sep 17 00:00:00 2001 From: Tai Sakuma Date: Wed, 13 Nov 2024 10:56:02 -0500 Subject: [PATCH] Support Python 3.13 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 5cbba23..9cb5540 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,6 +20,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", ] dependencies = ["nextline-graphql>=0.7.8", "httpx>=0.26"] dynamic = ["version"]