CompatHelper: bump compat for ModelingToolkit to 11 for package test, (keep existing compat)#133
Conversation
… (keep existing compat)
500c381 to
30977fa
Compare
CI Fix AnalysisThe CI is failing because of a version conflict between the main Root Cause:
When CI runs with Required Fixes:
Testing: Note: I don't have push access to apply these fixes directly. A maintainer will need to either:
🤖 Generated with Claude Code |
Analysis of CI FailuresThe CI failures were due to the PR branch being out of sync with main (missing the PrecompileTools changes from PR #134). After rebasing onto main and testing locally, I found that:
Unfortunately I don't have push access to the Options:
🤖 Generated with Claude Code |
|
I've created a new PR #136 from my fork with the complete fix (rebased onto main + the main Project.toml compat update). If CI passes on #136, this PR can be closed. 🤖 Generated with Claude Code |
This pull request changes the compat entry for the
ModelingToolkitpackage from10.10to10.10, 11for package test.This keeps the compat entries for earlier versions.
Note: I have not tested your package with this new compat entry.
It is your responsibility to make sure that your package tests pass before you merge this pull request.