update python to 3.12

This commit is contained in:
2023-12-10 02:59:11 +03:00
parent 43bf17172e
commit 219a5ee2a6
5 changed files with 1837 additions and 1845 deletions

View File

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