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 4dce2ca commit 2da1c7bCopy full SHA for 2da1c7b
pyproject.toml
@@ -32,6 +32,7 @@ classifiers = [
32
"Programming Language :: Python :: 3.10",
33
"Programming Language :: Python :: 3.11",
34
"Programming Language :: Python :: 3.12",
35
+ "Programming Language :: Python :: 3.13",
36
"Topic :: Software Development :: Libraries :: Python Modules",
37
"Topic :: Games/Entertainment",
38
"Topic :: Multimedia :: Graphics",
@@ -82,4 +83,4 @@ archs = ["x86_64", "arm64"]
82
83
archs = ["AMD64", "x86", "ARM64"]
84
85
[tool.pyright]
-pythonVersion = "3.7"
86
+pythonVersion = "3.7"
0 commit comments