Skip to content

Commit 21a4e5c

Browse files
committed
Add new Python versions to PyPI classifiers
1 parent 82b85c6 commit 21a4e5c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "discord-typings"
3-
version = "0.5.1"
4-
description = "Maintained typings of payloads that Discord sends"
3+
version = "0.6.0"
4+
description = "Python typings of payloads that Discord sends"
55
readme = {file = "README.md", content-type = "text/markdown"}
66
requires-python = ">=3.7"
77
license = {file = "LICENSE"}
@@ -24,6 +24,8 @@ classifiers = [
2424
"Programming Language :: Python :: 3.8",
2525
"Programming Language :: Python :: 3.9",
2626
"Programming Language :: Python :: 3.10",
27+
"Programming Language :: Python :: 3.11",
28+
"Programming Language :: Python :: 3.12",
2729
"Topic :: Software Development :: Libraries",
2830
"Topic :: Software Development :: Libraries :: Python Modules",
2931
"Typing :: Typed",

0 commit comments

Comments
 (0)