diff --git a/pyproject.toml b/pyproject.toml index fdee3e398b..13f3251208 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ reportMissingImports = false [tool.ruff] # NOTE: Do not create an exclude list. Edit .lintrunner.toml instead -target-version = "py37" +target-version = "py38" select = [ "E", # pycodestyle "F", # Pyflakes diff --git a/tools/ci_build/github/azure-pipelines/templates/py-package-smoking-test.yml b/tools/ci_build/github/azure-pipelines/templates/py-package-smoking-test.yml index b9f9898551..cee3bd9c9e 100644 --- a/tools/ci_build/github/azure-pipelines/templates/py-package-smoking-test.yml +++ b/tools/ci_build/github/azure-pipelines/templates/py-package-smoking-test.yml @@ -28,6 +28,8 @@ jobs: PythonVersion: '3.9' Python310: PythonVersion: '3.10' + Python311: + PythonVersion: '3.11' steps: - checkout: none