We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ed5b15 commit 42083baCopy full SHA for 42083ba
setup.py
@@ -144,11 +144,13 @@ def check_sdl_version() -> None:
144
"Programming Language :: Python :: 3.8",
145
"Programming Language :: Python :: 3.9",
146
"Programming Language :: Python :: 3.10",
147
+ "Programming Language :: Python :: 3.11",
148
"Programming Language :: Python :: Implementation :: CPython",
149
"Programming Language :: Python :: Implementation :: PyPy",
150
"Topic :: Games/Entertainment",
151
"Topic :: Multimedia :: Graphics",
152
"Topic :: Software Development :: Libraries :: Python Modules",
153
+ "Typing :: Typed",
154
],
155
keywords="roguelike cffi Unicode libtcod field-of-view pathfinding",
156
platforms=["Windows", "MacOS", "Linux"],
0 commit comments