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 the stdlib compat entries #1065

Merged
merged 1 commit into from Dec 6, 2023
Merged

Fix the stdlib compat entries #1065

merged 1 commit into from Dec 6, 2023

Conversation

DilumAluthge
Copy link
Contributor

@DilumAluthge DilumAluthge commented Dec 5, 2023

Fixes #1064

Almost all stdlibs should just use a compat entry of "< 0.0.0, 1". So e.g.

StdlibName = "< 0.0.1, 1"

The SHA stdlib is an exception, because it should be:

SHA = "< 0.0.1, 0.7, 1"

@DilumAluthge
Copy link
Contributor Author

cc: @ablaom

@ablaom
Copy link

ablaom commented Dec 5, 2023

I can confirm that this fixes the issue at Imbalance.jl.

@stevengj stevengj merged commit 9decc34 into JuliaPy:master Dec 6, 2023
16 of 18 checks passed
@DilumAluthge DilumAluthge deleted the patch-1 branch December 6, 2023 12:43
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.

PyCall 1.96.2 breaks tests at Imbalance.jl
3 participants