|
Ran
|
Jobs
1
|
Files
7
|
Run time
1min
|
Badge
README BADGES
|
push
github
CI: Update Python version from 3.8 to 3.11 The GitHub Actions workflow was failing with a 'TypeError: type object is not subscriptable' error when installing tox via pipx on Python 3.8. This issue occurs because newer versions of tox and its dependencies use modern type hints (PEP 585) that are incompatible with Python 3.8. Updated the project to use Python 3.11, following the pattern from releng-reusable-workflows which uses Python 3.11/3.12 as standard. Changes: - Update gerrit-verify.yaml: Python 3.8 → 3.11 - Update release.yaml: Python 3.8 → 3.11 - Update pyproject.toml: requires-python >=3.8 → >=3.11 - Update pyproject.toml: classifiers to include Python 3.11 and 3.12 - Update README.rst: documentation reflects Python 3.11 requirement This ensures compatibility with current tooling and aligns with organizational standards. Change-Id: I91273389d Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
212 of 216 relevant lines covered (98.15%)
0.98 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | ubuntu-latest - py3.11 - 18365094441.1 | 7 |
98.15 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|