Skip to content

Commit 123c234

Browse files
Bump compat lower bounds to exclude versions older than 6 months
Updated minimum version requirements: - Accessors: 0.1 → 0.1.42 - ArrayInterface: 7 → 7.19 - DocStringExtensions: 0.8, 0.9 → 0.9.4 - MacroTools: 0.5 → 0.5.16 Kept unchanged (no recent releases or stdlib): - LinearAlgebra: 1.6 - SparseArrays: 1.6 - StaticArraysCore: 1 - julia: 1.10 This ensures we're not supporting package versions from before February 2025. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 965f4c9 commit 123c234

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ SciMLOperatorsSparseArraysExt = "SparseArrays"
1919
SciMLOperatorsStaticArraysCoreExt = "StaticArraysCore"
2020

2121
[compat]
22-
Accessors = "0.1"
23-
ArrayInterface = "7"
24-
DocStringExtensions = "0.8, 0.9"
22+
Accessors = "0.1.42"
23+
ArrayInterface = "7.19"
24+
DocStringExtensions = "0.9.4"
2525
LinearAlgebra = "1.6"
26-
MacroTools = "0.5"
26+
MacroTools = "0.5.16"
2727
SparseArrays = "1.6"
2828
StaticArraysCore = "1"
2929
julia = "1.10"

0 commit comments

Comments
 (0)