Skip to content

Commit fdf41ec

Browse files
ViralBShahclaude
andcommitted
Set minimum Julia version to 1.6 and clean up stdlib compat
The julia compat was "0.7, 1" which caused CI 'min' to resolve to Julia 0.7.0 where modern test deps (Aqua 0.8) can't be installed. Also simplify stdlib compat entries that used the <0.0.1 pattern. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4267ba6 commit fdf41ec

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Project.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
1414
HTTPExt = "HTTP"
1515

1616
[compat]
17-
Pkg = "<0.0.1, 0.7, 1"
17+
Pkg = "1"
1818
Requires = "1"
19-
UUIDs = "<0.0.1, 0.7, 1"
20-
julia = "0.7, 1"
19+
UUIDs = "1"
20+
julia = "1.6"
2121
Aqua = "0.8"
2222
CSVFiles = "1"
2323
CodecZlib = "0.7"
2424
ColorTypes = "0.12"
2525
Downloads = "1.4"
2626
FilePathsBase = "0.9"
2727
HTTP = "1"
28-
Random = "<0.0.1, 0.7, 1"
29-
Test = "<0.0.1, 0.7, 1"
28+
Random = "1"
29+
Test = "1"
3030

3131
[extras]
3232
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"

0 commit comments

Comments
 (0)