Skip to content

Bump 3.10 min 3.14 max #1458

Bump 3.10 min 3.14 max

Bump 3.10 min 3.14 max #1458

Triggered via pull request December 7, 2025 07:59
Status Success
Total duration 42s
Artifacts

pyright.yml

on: pull_request
Matrix: pyright
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
pyright (3.14, ubuntu-latest): setuptools/monkey.py#L81
"dist" is not a known attribute of module "distutils" (reportAttributeAccessIssue)
pyright (3.14, ubuntu-latest): setuptools/monkey.py#L13
Import "distutils.filelist" could not be resolved from source (reportMissingModuleSource)
pyright (3.14, ubuntu-latest): setuptools/modified.py#L3
Import "distutils._modified" could not be resolved from source (reportMissingModuleSource)
pyright (3.14, ubuntu-latest): setuptools/logging.py#L35
"dist" is not a known attribute of module "distutils.log" (reportAttributeAccessIssue)
pyright (3.14, ubuntu-latest): setuptools/logging.py#L29
"dist" is not a known attribute of module "distutils.log" (reportAttributeAccessIssue)
pyright (3.14, ubuntu-latest): setuptools/logging.py#L7
Import "distutils.log" could not be resolved (reportMissingImports)
pyright (3.14, ubuntu-latest): setuptools/launch.py#L18
Expression value is unused (reportUnusedExpression)
pyright (3.14, ubuntu-latest): setuptools/installer.py#L93
Cannot access attribute "extend" for class "tuple[Unknown, ...]"   Attribute "extend" is unknown (reportAttributeAccessIssue)
pyright (3.14, ubuntu-latest): setuptools/installer.py#L19
Import "distutils.errors" could not be resolved from source (reportMissingModuleSource)
pyright (3.14, ubuntu-latest): setuptools/installer.py#L18
"log" is unknown import symbol (reportAttributeAccessIssue)
pyright (3.10, ubuntu-latest): setuptools/config/_apply_pyprojecttoml.py#L399
No overloads for "getattr" match the provided arguments (reportCallIssue)
pyright (3.10, ubuntu-latest): setuptools/modified.py#L3
Import "distutils._modified" could not be resolved (reportMissingImports)
pyright (3.10, ubuntu-latest): setuptools/logging.py#L35
"dist" is not a known attribute of module "distutils" (reportAttributeAccessIssue)
pyright (3.10, ubuntu-latest): setuptools/logging.py#L29
"dist" is not a known attribute of module "distutils" (reportAttributeAccessIssue)
pyright (3.10, ubuntu-latest): setuptools/launch.py#L18
Expression value is unused (reportUnusedExpression)
pyright (3.10, ubuntu-latest): _distutils_hack/__init__.py#L207
Expression value is unused (reportUnusedExpression)
pyright (3.10, ubuntu-latest): _distutils_hack/__init__.py#L76
Operator "in" not supported for types "Literal['_distutils']" and "str | None"   Operator "in" not supported for types "Literal['_distutils']" and "None" (reportOperatorIssue)
pyright (3.10, ubuntu-latest): setuptools/installer.py#L93
Cannot access attribute "extend" for class "tuple[Unknown, ...]"   Attribute "extend" is unknown (reportAttributeAccessIssue)
pyright (3.10, ubuntu-latest): setup.py#L51
Argument of type "str | None" cannot be assigned to parameter "path" of type "StrPath" in function "relpath"   Type "str | None" is not assignable to type "StrPath"     Type "None" is not assignable to type "StrPath"       "None" is not assignable to "str"       "None" is incompatible with protocol "PathLike[str]"         "__fspath__" is not present (reportArgumentType)
pyright (3.10, ubuntu-latest): setup.py#L51
No overloads for "relpath" match the provided arguments (reportCallIssue)