From 0b8deec86cc004389ed0f5190a983345c9e48ba6 Mon Sep 17 00:00:00 2001 From: Andrew Bulat Date: Wed, 9 Apr 2025 13:25:36 +0100 Subject: [PATCH] Adds python 3.13 to the list of classifiers in pyproject.toml This should've been updated as part of the [1] when added python 3.13 to CI. [1] https://github.com/ably/ably-python/pull/584/files --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index fe361f0c..8b75b06f 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", "Topic :: Software Development :: Libraries :: Python Modules", ] include = [