We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently configured versions for cffi and greenet don't build with the MacOS build action (OS Version: macOS 14.7.2 (23H311))
That os image includes the following software here (Python 3.13 is the offender i think)
See: python-cffi/cffi#23 python-greenlet/greenlet#392
Update requirements.txt to newer versions of these packages and test builds on all three OS build actions.
cffi>=1.17.1 greenlet>= 3.1.x.
The text was updated successfully, but these errors were encountered:
Attempt to fix MacOS build
7d979a2
Fixes #52
cwhelchel
No branches or pull requests
Currently configured versions for cffi and greenet don't build with the MacOS build action (OS Version: macOS 14.7.2 (23H311))
That os image includes the following software here (Python 3.13 is the offender i think)
See:
python-cffi/cffi#23
python-greenlet/greenlet#392
Update requirements.txt to newer versions of these packages and test builds on all three OS build actions.
The text was updated successfully, but these errors were encountered: