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