From 7819b1fae4202fef7dd1e6202151c4687a8f9636 Mon Sep 17 00:00:00 2001 From: Martin Rys Date: Sat, 26 Apr 2025 02:13:03 +0200 Subject: [PATCH] Adhere to typing standards and mark Python current versions as supported --- pyproject.toml | 5 ++++- tidalapi/py.typed | 0 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 tidalapi/py.typed diff --git a/pyproject.toml b/pyproject.toml index 6def40e5..52325221 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,9 +14,12 @@ classifiers = [ "Intended Audience :: Developers", "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Typing :: Typed", ] [tool.poetry.dependencies] diff --git a/tidalapi/py.typed b/tidalapi/py.typed new file mode 100644 index 00000000..e69de29b