Remove Python 3.11 from CI (#112626)

This commit is contained in:
Franck Nijhof
2024-03-08 17:42:18 +01:00
committed by GitHub
parent 19ab3d6daf
commit aa7acb89c5
2 changed files with 3 additions and 3 deletions

View File

@@ -905,7 +905,7 @@ def _deprecated_or_removed(
try:
near = (
f"near {config.__config_file__}" # type: ignore[attr-defined]
f":{config.__line__} "
f":{config.__line__} " # type: ignore[attr-defined]
)
except AttributeError:
near = ""