Skip to content

Commit db6d7a2

Browse files
committed
python 3.11 to avoid dealing with distutils removal
1 parent a915272 commit db6d7a2

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": ["15.1"],
81-
"python_version": ["3.13"],
81+
"python_version": ["3.11"],
8282

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

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

0 commit comments

Comments
 (0)