fix CI/CD

This commit is contained in:
2026-03-11 00:49:50 +03:00
parent 140dcca0a6
commit f97a4b7e15
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ jobs:
id: setup-python id: setup-python
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: '3.13.1' python-version: '3.14.3'
#---------------------------------------------- #----------------------------------------------
# ----- install & configure poetry ----- # ----- install & configure poetry -----
#---------------------------------------------- #----------------------------------------------

View File

@@ -1,4 +1,4 @@
FROM python:3.13.1 FROM python:3.14.3
ARG POETRY_VERSION=2.0.0 ARG POETRY_VERSION=2.0.0
ARG USER ARG USER