Skip to content

Commit 465adff

Browse files
authored
Bump minimum supported version to 1.10 (lts) (#241)
1 parent f646b83 commit 465adff

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
version:
24-
- '1.8' # lowest supported version
2524
- 'lts' # julia lts
2625
- '1' # latest stable 1.x release of Julia
2726
os:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Test = "1"
5050
TupleTools = "1.6"
5151
VectorInterface = "0.4.1,0.5"
5252
cuTENSOR = "2.1.1"
53-
julia = "1.8"
53+
julia = "1.10"
5454

5555
[extras]
5656
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"

0 commit comments

Comments
 (0)