We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23e46a2 commit b6b8801Copy full SHA for b6b8801
pyproject.toml
@@ -1,7 +1,7 @@
1
[project]
2
name = "discord-typings"
3
-version = "0.7.0"
4
-description = "Python typings of payloads that Discord sends"
+version = "0.8.0"
+description = "Python typings of all payloads that Discord sends as TypedDicts"
5
readme = {file = "README.md", content-type = "text/markdown"}
6
requires-python = ">=3.7"
7
license = {file = "LICENSE"}
@@ -26,6 +26,7 @@ classifiers = [
26
"Programming Language :: Python :: 3.10",
27
"Programming Language :: Python :: 3.11",
28
"Programming Language :: Python :: 3.12",
29
+ "Programming Language :: Python :: 3.13",
30
"Topic :: Software Development :: Libraries",
31
"Topic :: Software Development :: Libraries :: Python Modules",
32
"Typing :: Typed",
0 commit comments