Skip to content

Set julia compat floor to 1.10#60

Merged
jameskermode merged 1 commit into
masterfrom
fix-julia-compat
Jun 17, 2026
Merged

Set julia compat floor to 1.10#60
jameskermode merged 1 commit into
masterfrom
fix-julia-compat

Conversation

@jameskermode

Copy link
Copy Markdown
Member

Unblocks registration of v0.4.4. General's AutoMerge tests installing/loading on the lowest declared Julia version; with julia = "1" that was 1.1.1, where Pkg.add/import fail because AtomsBase 0.5 requires julia ≥ 1.9 and extxyz_jll 0.4.4 is built for ≥ 1.6.

Sets the floor to 1.10, matching the CI matrix (current LTS). No version bump — re-trigger registration on the merge commit to update the existing General PR.

🤖 Generated with Claude Code

The julia = "1" bound was dishonest: AtomsBase 0.5 requires julia >= 1.9
and extxyz_jll 0.4.4 is built for >= 1.6, so the package cannot install
or load on old Julia. General's AutoMerge tests the lowest declared
version (1.1.1) and failed Pkg.add/import there, blocking registration.
Set the floor to 1.10, matching the CI matrix (the current LTS).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@jameskermode jameskermode merged commit e9dd2bf into master Jun 17, 2026
7 checks passed
@codecov

codecov Bot commented Jun 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.01%. Comparing base (172db0d) to head (c322ff7).
⚠️ Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #60      +/-   ##
==========================================
+ Coverage   90.54%   91.01%   +0.47%     
==========================================
  Files           3        3              
  Lines         423      423              
==========================================
+ Hits          383      385       +2     
+ Misses         40       38       -2     

☔ View full report in Codecov by Harness.
📢 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.

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