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

Update cpp dependency using latest Cython #41

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

daanknoope
Copy link

The current _mdlp.cpp has been generated using a version of Cython (0.27.2) which is not supported by Python > 3.6. (see: mcfletch/pyopengl#11).

Since many users will be using a Python version greater than 3.6 (due to it being EOL), users that do not have Cython installed will get errors while installing this package (see: #34 (comment)).

To prevent this issue I have updated the precompiled _mdlp.cpp, which should now work with Python>=3.7 (also tested with 3.11).

@roobnloo
Copy link

roobnloo commented Mar 3, 2024

This worked like a charm for me, thanks!

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.

2 participants