We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12e3097 commit 0f7fe24Copy full SHA for 0f7fe24
.github/workflows/ci_tests.yaml
@@ -36,10 +36,17 @@ jobs:
36
category:
37
- local-slow
38
exclude:
39
- # Python 3.8 is broken on macOS-latest runners due to missing libintl dependency
+ # Python < 3.11 is broken on macOS runners due to missing libintl dependency
40
+ # See: https://github.com/actions/setup-python/issues/875
41
- platform:
42
os: macos-latest
43
python: 3.8
44
+ - platform:
45
+ os: macos-latest
46
+ python: 3.9
47
48
49
+ python: "3.10"
50
# These require credentials.
51
# Enable them once we sort how to provide them.
52
# - integ-slow
0 commit comments