Fix action Python version
Some checks failed
Publish to PyPI and Gitea Package Server / publish-and-sync (push) Failing after 10s
Some checks failed
Publish to PyPI and Gitea Package Server / publish-and-sync (push) Failing after 10s
This commit is contained in:
parent
88d3424db6
commit
3b6a4279c1
@ -16,7 +16,7 @@ jobs:
|
|||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.x'
|
python-version: '3.13'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user