mirror of
https://github.com/cave-story-randomizer/cave-story-randomizer
synced 2025-01-09 05:16:49 +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
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: "3.9"
|
python-version: "3.10"
|
||||||
|
|
||||||
- name: Install Python packages
|
- name: Install Python packages
|
||||||
run: python -m pip install --upgrade build pip
|
run: python -m pip install --upgrade build pip
|
||||||
|
|
Loading…
Reference in a new issue