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"