update dependencies and python to 3.12.3 (#95)

* update dependencies and python to 3.12.3

* fix tests
This commit is contained in:
Dmitry Afanasyev
2024-04-20 19:16:37 +03:00
committed by GitHub
parent 3e7bbb6f60
commit b6a0427b1b
8 changed files with 561 additions and 356 deletions

View File

@@ -23,7 +23,7 @@ jobs:
id: setup-python
uses: actions/setup-python@v3
with:
python-version: '3.12.2'
python-version: '3.12.3'
#----------------------------------------------
# ----- install & configure poetry -----
#----------------------------------------------

View File

@@ -26,7 +26,7 @@ jobs:
id: setup-python
uses: actions/setup-python@v3
with:
python-version: '3.12.2'
python-version: '3.12.3'
#----------------------------------------------
# ----- install & configure poetry -----
#----------------------------------------------