update to python3.11

This commit is contained in:
2023-01-17 19:51:05 +03:00
parent 1bb3dd0461
commit 947bd3d8c7
5 changed files with 41 additions and 120 deletions

View File

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

View File

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