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

Fix PyCall precompile failure on 1.11: Bump PyCall minimum version to 1.96 #111

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

Conversation

angusmoore
Copy link

@angusmoore angusmoore commented Oct 30, 2024

Also necessitates bumping compat bounds for Conda, which was previously restricted to <1.9

This is necessary because PyCall <1.96 fails to precompile on Julia 1.11 due to Source type for reinterpret must be isbits. See, eg, this GHA log on 1.11 x64 Ubuntu: https://github.com/angusmoore/ExcelReaders.jl/actions/runs/11586144386/job/32256244830#step:5:130

Adds 1.11 to actions strategy as well.

Also necessitates bumping conda compat bounds

PyCall <1.96 fails to precompile on Julia 1.11 due to `Source type for  must be isbits`
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