Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: use specific OS versions while building Python extensions #255

Merged
merged 1 commit into from
Nov 29, 2024
Merged

Conversation

plusvic
Copy link
Member

@plusvic plusvic commented Nov 29, 2024

The creation of Python packages started failing with the following error:

yara_x.pypy38-pp73-darwin.so has a minimum target of 10.12
  Set the environment variable 'MACOSX_DEPLOYMENT_TARGET=10.12' to update minimum supported macOS for this wheel.

The creation of Python packages started failing with the following error:

```
yara_x.pypy38-pp73-darwin.so has a minimum target of 10.12
  Set the environment variable 'MACOSX_DEPLOYMENT_TARGET=10.12' to update minimum supported macOS for this wheel.
```
@plusvic plusvic merged commit faed391 into main Nov 29, 2024
27 checks passed
@plusvic plusvic deleted the ci branch November 29, 2024 15:47
plusvic added a commit that referenced this pull request Nov 29, 2024
…library

The issue mentioned in #255 is not related to the OS used. Also stop building the Python library with Python 3.8 and 3.9 which are pretty old anyways.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant