@@ -74,19 +74,19 @@ jobs:
74
74
# Github Actions doesn't support pairing matrix values together, let's improvise
75
75
# https://github.com/github/feedback/discussions/7835#discussioncomment-1769026
76
76
buildplat :
77
- - [ubuntu-20 .04, manylinux_x86_64]
78
- - [macos-10.15 , macosx_*]
79
- - [windows-2019 , win_amd64]
80
- - [windows-2019 , win32]
77
+ - [ubuntu-22 .04, manylinux_x86_64]
78
+ - [macos-12 , macosx_*]
79
+ - [windows-2022 , win_amd64]
80
+ - [windows-2022 , win32]
81
81
# TODO: uncomment PyPy 3.9 builds once PyPy
82
82
# re-releases a new minor version
83
83
# NOTE: This needs a bump of cibuildwheel version, also, once that happens.
84
84
python : ["cp38", "cp39", "cp310", "cp311", "pp38"] # , "pp39"]
85
85
exclude :
86
86
# Don't build PyPy 32-bit windows
87
- - buildplat : [windows-2019 , win32]
87
+ - buildplat : [windows-2022 , win32]
88
88
python : " pp38"
89
- - buildplat : [windows-2019 , win32]
89
+ - buildplat : [windows-2022 , win32]
90
90
python : " pp39"
91
91
env :
92
92
IS_32_BIT : ${{ matrix.buildplat[1] == 'win32' }}
@@ -104,7 +104,7 @@ jobs:
104
104
fetch-depth : 0
105
105
106
106
# Used to push the built wheels
107
- - uses : actions/setup-python@v3
107
+ - uses : actions/setup-python@v4
108
108
with :
109
109
python-version : " 3.x"
110
110
@@ -169,7 +169,7 @@ jobs:
169
169
# https://github.com/actions/checkout/issues/338
170
170
fetch-depth : 0
171
171
# Used to push the built wheels
172
- - uses : actions/setup-python@v3
172
+ - uses : actions/setup-python@v4
173
173
with :
174
174
# Build sdist on lowest supported Python
175
175
python-version : " 3.8"
0 commit comments