Skip to content

Commit d22cd16

Browse files
authored
Merge pull request #321 from C0rn3j/touchup2
Adhere to typing standards and mark Python current versions as supported
2 parents 0ff332a + 7819b1f commit d22cd16

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,12 @@ classifiers = [
1414
"Intended Audience :: Developers",
1515
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
1616
"Programming Language :: Python :: 3",
17-
"Programming Language :: Python :: 3.8",
1817
"Programming Language :: Python :: 3.9",
1918
"Programming Language :: Python :: 3.10",
19+
"Programming Language :: Python :: 3.11",
20+
"Programming Language :: Python :: 3.12",
21+
"Programming Language :: Python :: 3.13",
22+
"Typing :: Typed",
2023
]
2124

2225
[tool.poetry.dependencies]

tidalapi/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)