Skip to content

Commit 0f7fe24

Browse files
committed
remove more versions
1 parent 12e3097 commit 0f7fe24

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,17 @@ jobs:
3636
category:
3737
- local-slow
3838
exclude:
39-
# Python 3.8 is broken on macOS-latest runners due to missing libintl dependency
39+
# Python < 3.11 is broken on macOS runners due to missing libintl dependency
40+
# See: https://github.com/actions/setup-python/issues/875
4041
- platform:
4142
os: macos-latest
4243
python: 3.8
44+
- platform:
45+
os: macos-latest
46+
python: 3.9
47+
- platform:
48+
os: macos-latest
49+
python: "3.10"
4350
# These require credentials.
4451
# Enable them once we sort how to provide them.
4552
# - integ-slow

0 commit comments

Comments
 (0)