update workflow
This commit is contained in:
parent
5648ca1766
commit
49ce58435d
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -11,6 +11,6 @@ jobs:
|
|||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.head_ref }}
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.12.7'
|
python-version: '3.13'
|
||||||
- name: check python version
|
- name: check python version
|
||||||
run: python --version
|
run: python --version
|
Loading…
Reference in New Issue
Block a user