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 julia semver tilde upper bounds #1351

Merged
merged 1 commit into from
May 29, 2024
Merged

Conversation

minrk
Copy link
Member

@minrk minrk commented May 29, 2024

tilde handling did some peculiar things that don't match Julia's spec. Perhaps the spec changed, because the behavior now is more sensible than before.

Specifically, changed:

  • ~1.3 accepted 1.4, when it should only accept 1.3.*
  • ~1.2.3 only accepted 1.2.4 not 1.2.5, when it should accept anything below 1.3

@minrk minrk added the bug label May 29, 2024
@manics manics merged commit 545db80 into jupyterhub:main May 29, 2024
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants