Skip to content

Commit a27be35

Browse files
committed
Bump to Julia 1.10
1 parent 93fd1e7 commit a27be35

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
@@ -12,8 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
version:
15-
- '1.0'
16-
- '1.6'
15+
- '1.10'
1716
- '1'
1817
os:
1918
- ubuntu-latest

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "CoordinateTransformations"
22
uuid = "150eb455-5306-5404-9cee-2592286d6298"
3-
version = "0.6.3"
3+
version = "0.6.4"
44

55
[deps]
66
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
@@ -14,7 +14,7 @@ LinearAlgebra = "1"
1414
StaticArrays = "0.11, 0.12, 1.0"
1515
Test = "1"
1616
Unitful = "1"
17-
julia = "1"
17+
julia = "1.10"
1818

1919
[extras]
2020
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"

0 commit comments

Comments
 (0)