chore: refresh python runtime and tooling
Some checks failed
Run Tests / test (3.11) (push) Has been cancelled
Run Tests / test (3.13) (push) Has been cancelled
Run Tests / test (3.9) (push) Has been cancelled

This commit is contained in:
Kirill Markin 2026-03-28 05:53:11 +01:00
parent 86e8a3560c
commit cde226abb4
No known key found for this signature in database
GPG key ID: 03AB9530E15B9C1C
4 changed files with 247 additions and 190 deletions

View file

@ -13,11 +13,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v6
with:
python-version: '3.x'
- name: Install dependencies

View file

@ -17,9 +17,9 @@ jobs:
python-version: ["3.9", "3.11", "3.13"]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
- name: Install tree command
@ -33,4 +33,4 @@ jobs:
pylint repo_to_text
- name: Run tests
run: |
pytest tests/
pytest tests/