From: Marcelo Trylesinski Date: Sat, 13 Sep 2025 08:34:00 +0000 (+0200) Subject: Add official Python 3.14 support (#3013) X-Git-Tag: 0.48.0~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1bee3ef6c316956726f887adb881b860be1c4284;p=thirdparty%2Fstarlette.git Add official Python 3.14 support (#3013) --- diff --git a/pyproject.toml b/pyproject.toml index df4a2472..f7a722a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,6 +26,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Topic :: Internet :: WWW/HTTP", ] dependencies = [