From 9bdb8a2401e5476c8e2562aea9216a231d5c2178 Mon Sep 17 00:00:00 2001 From: David Soria Parra Date: Mon, 25 Nov 2024 12:55:38 +0000 Subject: [PATCH] Update supported language Since we are pulling the list of Python versions in the README badge from PyPi we need to ensure we correctly reflect all supported versions. --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 62377d1..a75c11e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,9 @@ classifiers = [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", ] dependencies = [ "anyio>=4.6",