File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7272 - name : Set up Python
7373 uses : actions/setup-python@v5
7474 with :
75- python-version : ' 3.x '
75+ python-version : ' 3.13 '
7676
7777 - name : Install dependencies
7878 run : |
Original file line number Diff line number Diff line change 2424 # x86 builds are only meaningful for Windows
2525 - os : windows-latest
2626 architecture : x86
27- - os : macos-13
27+ - os : macos-latest
2828 architecture : x64
2929 python :
3030 - 3.8
3535# - 3.x 3.13 does not have 'pipes' and maybe other necessary things
3636 category :
3737 - local-slow
38+ exclude :
39+ # 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+ - platform :
48+ os : macos-latest
49+ python : " 3.10"
3850# These require credentials.
3951# Enable them once we sort how to provide them.
4052# - integ-slow
Original file line number Diff line number Diff line change 55
66permissions :
77 contents : read
8+ id-token : write
89
910jobs :
1011 call-integration-tests :
You can’t perform that action at this time.
0 commit comments