Update GitHub workflow Python version to 3.13.2
This commit is contained in:
parent
622580c97c
commit
c990169223
@ -36,10 +36,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Set up Python 3.10
|
- name: Set up Python 3.13
|
||||||
uses: actions/setup-python@v3
|
uses: actions/setup-python@v3
|
||||||
with:
|
with:
|
||||||
python-version: "3.10.2"
|
python-version: "3.13.2"
|
||||||
architecture: "x64"
|
architecture: "x64"
|
||||||
env:
|
env:
|
||||||
AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache
|
AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user