Skip to content

Commit 65a8958

Browse files
ndem0mtezzele
authored andcommitted
Update info2json.py
1 parent 7661571 commit 65a8958

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/info2json.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
from argparse import ArgumentParser
33

44
testing_matrix_ghact = {
5-
"python-version": ["3.7", "3.8", "3.9", "3.10", "3.11"],
5+
"python-version": ["3.8", "3.9", "3.10", "3.11", "3.12"],
66
"os": ["windows-latest", "macos-latest", "ubuntu-latest"],
77
"exclude": [{"os": "windows-latest", "python-version": "3.11"}],
88
}
99

1010
tutorial_testing_matrix_ghact = {
11-
"python-version": ["3.7", "3.8", "3.9", "3.10", "3.11"],
11+
"python-version": ["3.8", "3.9", "3.10", "3.11", "3.12"],
1212
"os": ["macos-latest", "ubuntu-latest"],
1313
}
1414

0 commit comments

Comments
 (0)