update to python3.12 (#66)

* update to python3.12

* update poetry main package version
This commit is contained in:
Dmitry Afanasyev
2023-12-17 13:19:07 +03:00
committed by GitHub
parent cfe4783d4e
commit 4e7ddf07fd
6 changed files with 371 additions and 309 deletions

View File

@@ -23,13 +23,13 @@ jobs:
id: setup-python
uses: actions/setup-python@v3
with:
python-version: '3.11.7'
python-version: '3.12.1'
#----------------------------------------------
# ----- install & configure poetry -----
#----------------------------------------------
- name: Install poetry
env: # Keep in sync with `POETRY_VERSION` in `Dockerfile`
POETRY_VERSION: "1.7.0"
POETRY_VERSION: "1.7.1"
run: |
curl -sSL "https://install.python-poetry.org" | python -
# Adding `poetry` to `$PATH`:

View File

@@ -26,13 +26,13 @@ jobs:
id: setup-python
uses: actions/setup-python@v3
with:
python-version: '3.11.7'
python-version: '3.12.1'
#----------------------------------------------
# ----- install & configure poetry -----
#----------------------------------------------
- name: Install poetry
env: # Keep in sync with `POETRY_VERSION` in `Dockerfile`
POETRY_VERSION: "1.7.0"
POETRY_VERSION: "1.7.1"
run: |
curl -sSL "https://install.python-poetry.org" | python -
# Adding `poetry` to `$PATH`: