File tree 1 file changed +1
-11
lines changed
1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 50
50
python-version : " 3.13"
51
51
openslide : system
52
52
sdist : sdist
53
- # Python 3.8 is too old to support universal binaries, and
54
- # setup-python's Python 3.9 and 3.10 won't build them. Use the
55
- # last upstream patch releases that ship with installers.
56
- # https://github.com/actions/setup-python/issues/439#issuecomment-1247646682
57
- - os : macos-latest
58
- python-version : " 3.9"
59
- upstream-python : 3.9.13
60
- - os : macos-latest
61
- python-version : " 3.10"
62
- upstream-python : 3.10.11
63
53
steps :
64
54
- name : Check out repo
65
55
uses : actions/checkout@v4
@@ -122,7 +112,7 @@ jobs:
122
112
auditwheel repair --only-plat -w dist old/*whl
123
113
;;
124
114
macos-*)
125
- if [ "${{ matrix.python-version }}" != 3.8 -a ! -e dist/*universal2* ]; then
115
+ if [ ! -e dist/*universal2* ]; then
126
116
echo "Wheel is not universal:"
127
117
ls dist
128
118
exit 1
You can’t perform that action at this time.
0 commit comments