Skip to content

Commit eacf04b

Browse files
committed
skip python 3.10 on windows until beaker is upadted
Change-Id: Ibe13134fe0bcd6c951a092c21970e5b7df789cbf
1 parent cb94b67 commit eacf04b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/run-test.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ jobs:
2929
- "3.9"
3030
- "3.10"
3131

32+
exclude:
33+
# beaker raises warning on 3.10. only windows seems affected
34+
# See https://github.com/bbangert/beaker/pull/213
35+
- os: "windows-latest"
36+
python-version: "3.10"
37+
3238
fail-fast: false
3339

3440
# steps to run in each job. Some are github actions, others run shell commands

0 commit comments

Comments
 (0)