Remove support for Python 2.7 #39
ci.yml
on: pull_request
Linting
6s
Docs
16s
Matrix: tests
Annotations
17 errors and 5 warnings
|
Ruff (E402):
docs/conf.py#L25
docs/conf.py:25:1: E402 Module level import not at top of file
|
|
Ruff (F401):
docs/conf.py#L25
docs/conf.py:25:8: F401 `pscript` imported but unused
|
|
Ruff (F401):
docs/scripts/gencommonast.py#L6
docs/scripts/gencommonast.py:6:19: F401 `types.ModuleType` imported but unused
|
|
Ruff (F401):
docs/scripts/pscriptexample.py#L5
docs/scripts/pscriptexample.py:5:8: F401 `os` imported but unused
|
|
Ruff (F401):
docs/scripts/pscriptexample.py#L6
docs/scripts/pscriptexample.py:6:8: F401 `hashlib` imported but unused
|
|
Ruff (F821):
docs/scripts/pscriptexample.py#L32
docs/scripts/pscriptexample.py:32:28: F821 Undefined name `PythonLexer`
|
|
Ruff (E701):
docs/scripts/pscriptexample.py#L34
docs/scripts/pscriptexample.py:34:33: E701 Multiple statements on one line (colon)
|
|
Ruff (F821):
docs/scripts/pscriptexample.py#L68
docs/scripts/pscriptexample.py:68:31: F821 Undefined name `td_style`
|
|
Ruff (F821):
docs/scripts/pscriptexample.py#L68
docs/scripts/pscriptexample.py:68:47: F821 Undefined name `td_style`
|
|
Ruff (F841):
docs/scripts/pscriptexample.py#L96
docs/scripts/pscriptexample.py:96:17: F841 Local variable `height` is assigned to but never used
|
|
Linux py39
Process completed with exit code 2.
|
|
Linux py38
Process completed with exit code 2.
|
|
Docs
Process completed with exit code 2.
|
|
Linux pypy3
Process completed with exit code 2.
|
|
MacOS py38
[notice] A new release of pip is available: 21.1.1 -> 24.3.1
[notice] To update, run: python3.8 -m pip install --upgrade pip
|
|
MacOS py38
Process completed with exit code 2.
|
|
Windows py38
Process completed with exit code 1.
|
|
Linting
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
Linux py39
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
Linux py38
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
Docs
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
Linux pypy3
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|