Skip to content

Commit 2da1c7b

Browse files
authored
chore(README): add "Programming Language Python 3.13" classifier
1 parent 4dce2ca commit 2da1c7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ classifiers = [
3232
"Programming Language :: Python :: 3.10",
3333
"Programming Language :: Python :: 3.11",
3434
"Programming Language :: Python :: 3.12",
35+
"Programming Language :: Python :: 3.13",
3536
"Topic :: Software Development :: Libraries :: Python Modules",
3637
"Topic :: Games/Entertainment",
3738
"Topic :: Multimedia :: Graphics",
@@ -82,4 +83,4 @@ archs = ["x86_64", "arm64"]
8283
archs = ["AMD64", "x86", "ARM64"]
8384

8485
[tool.pyright]
85-
pythonVersion = "3.7"
86+
pythonVersion = "3.7"

0 commit comments

Comments
 (0)