Skip to content

Commit 8648d87

Browse files
committed
Support Python 3.14
1 parent e9a2c02 commit 8648d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ venv = ".venv"
104104
# those private functions instead of testing the private functions directly. It makes it easier to maintain the code source
105105
# and refactor code that is not public.
106106
executionEnvironments = [
107-
{ root = "tests", extraPaths = [ ".",], reportUnusedFunction = false, reportPrivateUsage = false },
107+
{ root = "tests", extraPaths = ["."], reportUnusedFunction = false, reportPrivateUsage = false },
108108
{ root = "examples/servers", reportUnusedFunction = false },
109109
]
110110

0 commit comments

Comments
 (0)