CI: Use Python 3.11 instead of 3.10
Some checks failed
CI / test (push) Failing after 14s
CI / build (push) Has been skipped

This commit is contained in:
2026-03-22 21:37:16 +00:00
parent a16d436336
commit 5f741f57a6

View File

@@ -15,7 +15,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.11'
- name: Install dependencies
run: |
@@ -34,7 +34,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.11'
- name: Build package
run: pip install build && python -m build