Skip to content

Commit 360f4dd

Browse files
author
Stefan Machmeier
committed
Make pipeline happy
1 parent 51d66fd commit 360f4dd

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.github/workflows/build_test_linux.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@ jobs:
1616
os: ["ubuntu-latest"]
1717
python-version: ["pypy-3.9",
1818
"pypy-3.8",
19-
"pypy-3.7",
19+
# "pypy-3.7",
2020
"3.11",
2121
"3.10",
2222
"3.9",
2323
"3.8",
24-
"3.7"]
24+
# "3.7"
25+
]
2526

2627
steps:
2728
- uses: actions/checkout@v3

.github/workflows/build_test_macos.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@ jobs:
1616
os: ["macos-12"]
1717
python-version: ["pypy-3.9",
1818
"pypy-3.8",
19-
"pypy-3.7",
19+
# "pypy-3.7",
2020
# "3.11",
2121
# Not available yet.
2222
"3.10",
2323
"3.9",
2424
"3.8",
25-
"3.7"]
25+
# "3.7"
26+
]
2627

2728
steps:
2829
- uses: actions/checkout@v3

.github/workflows/build_test_windows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
"3.11",
2121
"3.9",
2222
"3.8",
23-
"3.7"]
23+
# "3.7"
24+
]
2425

2526
steps:
2627
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)