We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pyproject.toml
1 parent 57243ba commit d4fcd5fCopy full SHA for d4fcd5f
1 file changed
pyproject.toml
@@ -19,15 +19,19 @@ keywords = [
19
"multiplayer",
20
"pyglet",
21
]
22
-requires-python = ">3.9.0"
+requires-python = "~=3.9"
23
24
classifiers = [
25
"Development Status :: 4 - Beta",
26
"Natural Language :: English",
27
"Operating System :: OS Independent",
28
"Programming Language :: Python",
29
"Programming Language :: Python :: 3",
30
- "Programming Language :: Python :: 3.8",
+ "Programming Language :: Python :: 3.9",
31
+ "Programming Language :: Python :: 3.10",
32
+ "Programming Language :: Python :: 3.11",
33
+ "Programming Language :: Python :: 3.12",
34
+ "Programming Language :: Python :: 3.13",
35
"Programming Language :: Python :: Implementation :: CPython",
36
'Topic :: Games/Entertainment :: Arcade',
37
0 commit comments