Skip to content

Commit c68bcc7

Browse files
authored
Temporarily pin stubtest to 3.10.5 (#8511)
1 parent ed06b8b commit c68bcc7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/daily.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
strategy:
2121
matrix:
2222
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
23-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"]
23+
# temporarily pin to 3.10.5 until 3.10.6 is available on all platforms
24+
python-version: ["3.7", "3.8", "3.9", "3.10.5", "3.11-dev"]
2425
fail-fast: false
2526

2627
steps:

.github/workflows/stubtest_stdlib.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
strategy:
2727
matrix:
2828
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
29-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"]
29+
# temporarily pin to 3.10.5 until 3.10.6 is available on all platforms
30+
python-version: ["3.7", "3.8", "3.9", "3.10.5", "3.11-dev"]
3031
fail-fast: false
3132

3233
steps:

0 commit comments

Comments
 (0)