Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

CI: warnings when building macOS binaries on GA

Open
#53 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
30/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
github-actions, macos, python

Research direction

Start by inspecting the GitHub Actions workflow that builds the macOS Python wheels and the deployment-target settings used for the bundled libklusolvex.dylib. Reproduce the build warning on the supported macOS version, then verify whether the workflow can complete without warnings while retaining the stated macOS support.

Written by the indexing model from the issue text.

Description

⚙️ backend 📦 packaging

The build process on GitHub Actions (GA) is warning about versions:

Warning: This wheel needs a higher macOS version than the version your Python interpreter is compiled against. To silence this warning, set MACOSX_DEPLOYMENT_TARGET to at least 10_13 or recreate these files with lower MACOSX_DEPLOYMENT_TARGET:
Warning: st.macosx-10.9-universal2/wheel/dss_python_backend/libklusolvex.dylib[WARNING] This wheel needs a higher macOS version than the version your Python interpreter is compiled against. To silence this warning, set MACOSX_DEPLOYMENT_TARGET to at least 10_13 or recreate these files with lower MACOSX_DEPLOYMENT_TARGET:

Since the lowest supported version on GA is 11, if someone has issues in actual usage, please let us know here.

Dominant language
Python
Stars
78
Forks
8
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from dss-extensions/DSS-Python

All issues in dss-extensions/DSS-Python

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.