mirror of
https://github.com/cave-story-randomizer/cave-story-randomizer
synced 2025-01-07 12:37:15 +00:00
bump python version in workflow
This commit is contained in:
parent
6e9edf4290
commit
6e27d66b06
2
.github/workflows/python.yml
vendored
2
.github/workflows/python.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: "3.9"
|
||||
python-version: "3.10"
|
||||
|
||||
- name: Install Python packages
|
||||
run: python -m pip install --upgrade build pip
|
||||
|
|
Loading…
Reference in a new issue