Skip to content

Commit 5e56d15

Browse files
committed
chore: remove 1.6 support and bump min version to 1.10
1 parent 7f8e984 commit 5e56d15

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
version:
26-
- 'min'
2726
- 'lts'
2827
- '1'
2928
os:

Project.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@ version = "1.0.2"
66
CommonSubexpressions = "bbf7d656-a473-5ed7-a52c-81e309532950"
77
DiffResults = "163ba53b-c6d8-5494-b064-1a9d43ac40c5"
88
DiffRules = "b552c78f-8df3-52c6-915a-8e097449b14b"
9-
GPUArraysCore = "46192b85-c4d5-4398-a991-12ede77f4527"
109
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1110
LogExpFunctions = "2ab3a3ac-af41-5b50-aa03-7779005ae688"
1211
NaNMath = "77ba4419-2d1f-58cd-9bb1-8ffee604a2e3"
1312
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
1413
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
1514
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1615
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
17-
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1816

1917
[weakdeps]
2018
GPUArraysCore = "46192b85-c4d5-4398-a991-12ede77f4527"
@@ -37,7 +35,7 @@ NaNMath = "1"
3735
Preferences = "1"
3836
SpecialFunctions = "1, 2"
3937
StaticArrays = "1.5"
40-
julia = "1.6"
38+
julia = "1.10"
4139

4240
[extras]
4341
Calculus = "49dc2e85-a5d0-5ad3-a950-438e2897f1b9"

0 commit comments

Comments
 (0)