Fix action Python version
Some checks failed
Publish to PyPI and Gitea Package Server / publish-and-sync (push) Failing after 10s

This commit is contained in:
Fred Boniface 2024-10-31 20:09:39 +00:00
parent 88d3424db6
commit 3b6a4279c1

View File

@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.13'
- name: Install dependencies
run: |