Skip to content

Commit 991f396

Browse files
Copilotrzhao271
andauthored
Update Python test matrix from 3.9 to 3.10
Agent-Logs-Url: https://github.com/microsoft/vscode-python/sessions/84bcccdc-ad5e-4bf0-8638-02ef16db88bf Co-authored-by: rzhao271 <7199958+rzhao271@users.noreply.github.com>
1 parent 9496361 commit 991f396

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
# macOS runners are expensive, and we assume that Ubuntu is enough to cover the Unix case.
175175
os: [ubuntu-latest, windows-latest]
176176
# Run the tests on the oldest and most recent versions of Python.
177-
python: ['3.9', '3.x', '3.13']
177+
python: ['3.10', '3.x', '3.13']
178178

179179
steps:
180180
- name: Checkout

.github/workflows/pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
# macOS runners are expensive, and we assume that Ubuntu is enough to cover the Unix case.
158158
os: [ubuntu-latest, windows-latest]
159159
# Run the tests on the oldest and most recent versions of Python.
160-
python: ['3.9', '3.x', '3.13'] # run for 3 pytest versions, most recent stable, oldest version supported and pre-release
160+
python: ['3.10', '3.x', '3.13'] # run for 3 pytest versions, most recent stable, oldest version supported and pre-release
161161
pytest-version: ['pytest', 'pytest@pre-release', 'pytest==6.2.0']
162162

163163
steps:

0 commit comments

Comments
 (0)