change version of python

This commit is contained in:
InsanusMokrassar 2023-06-13 22:22:27 +06:00
parent def6aa9b8f
commit e6e3fa9d19

View File

@ -14,7 +14,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.8'
- name: Install Poetry
uses: abatilo/actions-poetry@v2