test new python version
Some checks failed
AI Reviewer / review (pull_request) Failing after 5s

This commit is contained in:
2026-02-02 20:09:50 +00:00
parent e251e246d0
commit 42aa92ab75

View File

@@ -17,7 +17,11 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: '3.11' python-version: '3.11.x'
check-latest: true
- name: Show Python
run: python --version
- name: Create venv and install - name: Create venv and install
run: | run: |