Update .gitea/workflows/analyze_and_publish.yml

This commit is contained in:
2026-02-09 23:38:49 +01:00
Unverified
parent e00c575836
commit 347cbe3059

View File

@@ -17,7 +17,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.7"
python-version: "3.8"
- name: Install dependencies
run: |
python -m pip install --upgrade pip