Skip to content

Commit a7447aa

Browse files
authored
Replace Python 3.9 with 3.10 in all matrix configurations (aws#8723)
1 parent c9175db commit a7447aa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- ubuntu-latest
5656
- windows-latest
5757
python:
58-
- "3.9"
58+
- "3.10"
5959
- "3.11"
6060
steps:
6161
# This allows temp file creation on drive D, which won't trigger windows defender scan and leads to faster IO
@@ -116,7 +116,7 @@ jobs:
116116
- ubuntu-latest
117117
- windows-latest
118118
python:
119-
- "3.9"
119+
- "3.10"
120120
- "3.11"
121121
# folders that is commented below requires credentials, no need to spare time to run them
122122
tests_config:
@@ -213,7 +213,7 @@ jobs:
213213
fail-fast: false
214214
matrix:
215215
python:
216-
- "3.9"
216+
- "3.10"
217217
- "3.11"
218218
tests_config:
219219
- name: "Smoke & Functional Tests - All"

0 commit comments

Comments
 (0)