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

@ -1,4 +1,4 @@
FROM python:3.12-slim
FROM python:3.14-slim
# Set environment variables
ENV PYTHONUNBUFFERED=1 \