Skip to content

Commit 4dbb310

Browse files
committed
runtests.py runs python3-debug first
1 parent d000b55 commit 4dbb310

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runtests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
TEST_UPGRADE = os.path.join(TEST_DIR, "test_upgrade_pythoncapi.py")
3030

3131
PYTHONS = (
32+
"python3-debug",
33+
"python3",
3234
"python2.7",
3335
"python3.4",
3436
"python3.5",
@@ -39,8 +41,6 @@
3941
"python3.10",
4042
"python3.11",
4143
"python3.12",
42-
"python3",
43-
"python3-debug",
4444
"pypy",
4545
"pypy2",
4646
"pypy2.7",

0 commit comments

Comments
 (0)