Skip to content

Commit a9840b4

Browse files
mcabbottmzgubic
andauthored
Drop Julia 1.0 (#544)
* drop Julia 1.0 * lts is 1.6 Co-authored-by: Miha Zgubic <mzgubic@users.noreply.github.com>
1 parent 443fb55 commit a9840b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
matrix:
2222
version:
2323
- "1" # Latest Release
24-
- "1.0" # LTS
24+
- "1.6" # LTS
2525
os:
2626
- ubuntu-latest
2727
- macOS-latest

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ChainRulesCore"
22
uuid = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
3-
version = "1.12.2"
3+
version = "1.13.0"
44

55
[deps]
66
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
@@ -13,7 +13,7 @@ Compat = "2, 3"
1313
FiniteDifferences = "0.10"
1414
OffsetArrays = "1"
1515
StaticArrays = "0.11, 0.12, 1"
16-
julia = "1"
16+
julia = "1.6"
1717

1818
[extras]
1919
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"

0 commit comments

Comments
 (0)