Skip to content

Commit 056a511

Browse files
committed
Update project.toml
1 parent 3738f76 commit 056a511

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
@@ -16,6 +16,7 @@ classifiers = [
1616
"Operating System :: OS Independent",
1717
"Programming Language :: Python :: 3.11",
1818
"Programming Language :: Python :: 3.12",
19+
"Programming Language :: Python :: 3.13",
1920
"Topic :: Internet",
2021
"Topic :: Software Development :: Libraries",
2122
"Topic :: Software Development :: Libraries :: Python Modules",
@@ -117,7 +118,7 @@ skip-magic-trailing-comma = false
117118
line-ending = "auto"
118119

119120
[tool.pyright]
120-
exclude = ["venv", "docs", "examples"]
121+
exclude = ["venv", "docs", "examples", "twitchio/__main__.py"]
121122
useLibraryCodeForTypes = true
122123
typeCheckingMode = "strict"
123124
reportImportCycles = false

0 commit comments

Comments
 (0)