Skip to content

Require Julia >= 1.10 #1959

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

Merged
merged 1 commit into from
Mar 30, 2025
Merged

Require Julia >= 1.10 #1959

merged 1 commit into from
Mar 30, 2025

Conversation

devmotion
Copy link
Member

I ran into an issue with a too restrictive function signature in older Julia versions in LinearAlgebra (fixed by JuliaLang/julia#42874 in Julia >= 1.8.0). Of course, I could work around this on older Julia versions but my feeling was that it's about time to bump our Julia compat to 1.10 (latest LTS) instead of adding more version-specific workarounds.

This PR updates the Julia compat to 1.10. Moreover, I tried to remove all version-specific workarounds or checks that are not needed anymore.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.26%. Comparing base (05a7875) to head (cb3ce31).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1959      +/-   ##
==========================================
+ Coverage   86.20%   86.26%   +0.06%     
==========================================
  Files         146      146              
  Lines        8769     8765       -4     
==========================================
+ Hits         7559     7561       +2     
+ Misses       1210     1204       -6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@devmotion devmotion requested a review from andreasnoack March 30, 2025 17:31
@devmotion devmotion mentioned this pull request Mar 30, 2025
@devmotion devmotion merged commit bf4f03e into master Mar 30, 2025
15 checks passed
@devmotion devmotion deleted the dw/julia_1_10 branch March 30, 2025 20:13
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