ci: use py3.12 to build installer

This commit is contained in:
psychedelicious
2025-04-03 09:30:17 +10:00
parent b97cc51f23
commit 402758d502

View File

@@ -17,7 +17,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12'
cache: pip
cache-dependency-path: pyproject.toml