Skip to content

Commit 03f0d4d

Browse files
Drop support (and CI) for Julia < 1.10 (LTS)
1 parent e692e77 commit 03f0d4d

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
version:
20-
- '1.3'
21-
- '1.6'
20+
- '1.10'
2221
- '1' # automatically expands to the latest stable 1.x release of Julia.
2322
- 'nightly'
2423
os:

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Downloads"
22
uuid = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
33
authors = ["Stefan Karpinski <[email protected]> and contributors"]
4-
version = "1.6.0"
4+
version = "1.7.0"
55

66
[deps]
77
ArgTools = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
@@ -13,7 +13,7 @@ NetworkOptions = "ca575930-c2e3-43a9-ace4-1e988b2c1908"
1313
ArgTools = "1.1"
1414
LibCURL = "0.6"
1515
NetworkOptions = "1.2"
16-
julia = "1.3"
16+
julia = "1.10"
1717

1818
[extras]
1919
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)