Skip to content

Commit b4660c9

Browse files
ViralBShahclaude
andauthored
Update compat bounds, clean up docs, and modernize CI (#435)
- Tighten compat: HTTP "1", CodecZlib "0.7" - Set minimum julia compat to "1.6" - Simplify stdlib compat entries (drop 0.7 ranges) - Use 'min' instead of hardcoded Julia 1.6 in CI test matrix - Drop stale HTTP 0.9 compat from docs/Project.toml - Remove checked-in docs/registry.md (auto-generated with broken URLs) Co-authored-by: Viral B. Shah <ViralBShah@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 70fe308 commit b4660c9

File tree

4 files changed

+9
-58
lines changed

4 files changed

+9
-58
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
version:
2323
- '1' # Current stable version
2424
- 'lts' # Current LTS version
25-
- '1.6' # Previous LTS version
25+
- 'min' # Minimum supported version from Project.toml
2626
os:
2727
- macOS-15-intel
2828
- ubuntu-latest

Project.toml

Lines changed: 7 additions & 7 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 = "<0.0.1, 1"
1818
Requires = "1"
19-
UUIDs = "<0.0.1, 0.7, 1"
20-
julia = "0.7, 1"
19+
UUIDs = "<0.0.1, 1"
20+
julia = "1.6"
2121
Aqua = "0.8"
2222
CSVFiles = "1"
23-
CodecZlib = "0.5, 0.6, 0.7"
23+
CodecZlib = "0.7"
2424
ColorTypes = "0.11"
2525
Downloads = "1.4"
2626
FilePathsBase = "0.9"
27-
HTTP = "0.6, 1"
28-
Random = "<0.0.1, 0.7, 1"
29-
Test = "<0.0.1, 0.7, 1"
27+
HTTP = "1"
28+
Random = "<0.0.1, 1"
29+
Test = "<0.0.1, 1"
3030

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

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ PNGFiles = "f57f5aa1-a3ce-4bc8-8ab9-96f992907883"
66

77
[compat]
88
Documenter = "1"
9-
HTTP = "0.9, 1"
9+
HTTP = "1"

docs/registry.md

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)