mirror of
https://github.com/Balshgit/python-poetry.git
synced 2026-03-21 22:00:37 +03:00
fix CI/CD
This commit is contained in:
2
.github/workflows/poetry-test.yml
vendored
2
.github/workflows/poetry-test.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
id: setup-python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.13.1'
|
||||
python-version: '3.14.3'
|
||||
#----------------------------------------------
|
||||
# ----- install & configure poetry -----
|
||||
#----------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM python:3.13.1
|
||||
FROM python:3.14.3
|
||||
|
||||
ARG POETRY_VERSION=2.0.0
|
||||
ARG USER
|
||||
|
||||
Reference in New Issue
Block a user