bump: python to 3.10
All checks were successful
Release / Distribution (push) Successful in 1m55s

This commit is contained in:
Georg K 2025-07-28 19:58:42 +03:00
parent 863a83735c
commit 21ef6d5436

View File

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