bump: python to 3.12
Some checks failed
Release / Distribution (push) Failing after 9s

This commit is contained in:
Georg K 2025-07-28 19:55:16 +03:00
parent c10f807f95
commit 863a83735c

View File

@ -14,10 +14,10 @@ jobs:
EXT_FIX: "7" EXT_FIX: "7"
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Set up Python 3.9 - name: Set up Python 3.12
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with:
python-version: '3.9' python-version: '3.12'
- 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