From 8d559cf13251e7f2019cf4e890c054039980dd36 Mon Sep 17 00:00:00 2001 From: Max Isbey <224885523+maxisbey@users.noreply.github.com> Date: Tue, 2 Jun 2026 21:36:44 +0000 Subject: [PATCH] Add Python 3.14 trove classifier The README badge lists supported Python versions from the classifiers of the latest PyPI release, which currently stop at 3.13. The package already installs and works on 3.14. References #2537 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 6c88c8e789..9ff47709a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,6 +20,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", ] dependencies = [ "anyio>=4.5",