ci/windows: Use Python 3.10

This commit is contained in:
Dylan Baker
2026-04-15 09:25:56 -07:00
parent b6c59f78ff
commit aee0e302d0
2 changed files with 2 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: '3.7'
python-version: '3.10'
- name: Setup MSVC
uses: ilammy/msvc-dev-cmd@v1

View File

@@ -84,7 +84,7 @@ jobs:
displayName: install Chocolatey Dependencies
- task: UsePythonVersion@0
inputs:
versionSpec: '3.7'
versionSpec: '3.10'
addToPath: true
architecture: 'x64'
- task: BatchScript@1