From 6667eec109006d6e5effb6b5c29229ca4fd0e617 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Sat, 16 Aug 2025 21:06:04 +0300 Subject: [PATCH] Add support for Python 3.14 --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 408aaf1..7af1594 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,6 +20,9 @@ classifiers = [ "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Topic :: Software Development :: Documentation", @@ -30,7 +33,7 @@ classifiers = [ python = "^3.8" textual = "==0.53.1" typing-extensions = "^4.5.0" -httpx = "^0.24.1" +httpx = "^0.28.1" xdg = "^6.0.0"