Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 059e10e

Browse files
Merge pull request #386 from fruch/add_macos_13_wheels
Add support for macos-15 wheels builds
2 parents 9e237e8 + f934f22 commit 059e10e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎.github/workflows/build-push.yml‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
- os: macos-latest
4141
platform: all
4242

43+
- os: macos-13
44+
platform: all
45+
4346
- os: macos-latest
4447
platform: PyPy
4548

@@ -103,7 +106,7 @@ jobs:
103106
- name: Overwrite for MacOs
104107
if: runner.os == 'MacOs' && matrix.platform == 'all'
105108
run: |
106-
echo "CIBW_BUILD=cp37* cp38*" >> $GITHUB_ENV
109+
echo "CIBW_BUILD=cp38* cp39* cp310* cp311* cp312*" >> $GITHUB_ENV
107110
echo "CIBW_BEFORE_TEST_MACOS=pip install -r {project}/test-requirements.txt pytest" >> $GITHUB_ENV
108111
109112
- name: Overwrite for MacOs PyPy

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /