From 556af015e799f2f9e44866e434f1d4aeac92d199 Mon Sep 17 00:00:00 2001 From: Max Fischer Date: Sun, 23 Jun 2024 13:44:48 +0200 Subject: [PATCH] add py3.13 to supported versions --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index be090c4..c47e790 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", ] license = {"file" = "LICENSE"} keywords = ["async", "enumerate", "itertools", "builtins", "functools", "contextlib"]