Commit d071c14
Raise FunctionWrappers compat floor to 1.1.3 to fix downgrade CI
The Downgrade (Core) job was failing with an Unsatisfiable resolution on
Julia lts (1.10). When julia-downgrade-compat pins every dep to its lowest
allowed version, FunctionWrappers was pinned to 1.0.0 (floor of "1"), but
Mooncake (a tested weakdep/extension target) requires FunctionWrappers
>= 1.1.3. That made the merged test environment unsatisfiable.
Raising the FunctionWrappers compat floor from "1" to "1.1.3" matches the
version actually exercised by the test extras and makes the minimum-version
resolution satisfiable. Verified locally on Julia 1.10: the merged test
project now resolves at minimum versions, the package loads, and basictests
pass with FunctionWrappers 1.1.3.
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent afd0fe9 commit d071c14
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments