From 24b61ab68356728de399424af0ae7ed2626359c5 Mon Sep 17 00:00:00 2001 From: Aaron Pham <29749331+aarnphm@users.noreply.github.com> Date: Sat, 26 Nov 2022 05:40:48 -0800 Subject: [PATCH] chore: bumping typeshed to 3.11 GA Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 867617b82b..77c0036e61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -316,7 +316,7 @@ skip_glob = [ ] [tool.pyright] -pythonVersion = "3.10" +pythonVersion = "3.11" include = ["src/", "examples/", "tests/"] exclude = [ 'src/bentoml/_version.py',