fix: set python to 3.9 (this shit not compiles)
All checks were successful
Release / Distribution (push) Successful in 1m48s

This commit is contained in:
Georg K 2025-04-14 04:02:23 +03:00
parent 256f499c90
commit a32a326d38

View File

@ -14,10 +14,10 @@ jobs:
EXT_FIX: "6" EXT_FIX: "6"
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Set up Python 3.12 - name: Set up Python 3.9
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with:
python-version: '3.12' python-version: '3.9'
- name: Install poetry - name: Install poetry
run: python -m pip install poetry chardet run: python -m pip install poetry chardet
- name: Install poetry compiler - name: Install poetry compiler