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

Drop support for Julia 1.6 #1549

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Drop support for Julia 1.6 #1549

wants to merge 3 commits into from

Conversation

mcabbott
Copy link
Member

@mcabbott mcabbott commented Jan 4, 2025

No very strong reason, could wait until someone has a bug which is simpler to solve without fixing 1.6

@CarloLucibello
Copy link
Member

Maybe the are some VERSION branches in the code that can be eliminated

@@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6' # Replace this with the minimum Julia version that your package supports.
- '1.10' # Replace this with the minimum Julia version that your package supports.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could update setup-julia to v2 and use

Suggested change
- '1.10' # Replace this with the minimum Julia version that your package supports.
- 'min'

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.

3 participants