Skip to content

Commit 4992986

Browse files
committed
Update Python less.
1 parent ccaff5c commit 4992986

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/gha/print_matrix_configuration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"architecture": ["x64", "x86"],
7979
"msvc_runtime": ["static","dynamic"],
8080
"xcode_version": ["16.2"],
81-
"python_version": ["3.7"],
81+
"python_version": ["3.8"],
8282

8383
EXPANDED_KEY: {
8484
"os": ["ubuntu-22.04", "macos-14", "windows-latest"],
@@ -91,7 +91,7 @@
9191
"matrix": {
9292
"os": ["ubuntu-22.04", "macos-14", "windows-latest"],
9393
"architecture": ["x64"],
94-
"python_version": ["3.7"],
94+
"python_version": ["3.8"],
9595

9696
EXPANDED_KEY: {
9797
"os": ["ubuntu-22.04", "macos-14", "windows-latest"]

0 commit comments

Comments
 (0)