We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93fd1e7 commit a27be35Copy full SHA for a27be35
.github/workflows/ci.yml
@@ -12,8 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
version:
15
- - '1.0'
16
- - '1.6'
+ - '1.10'
17
- '1'
18
os:
19
- ubuntu-latest
Project.toml
@@ -1,6 +1,6 @@
1
name = "CoordinateTransformations"
2
uuid = "150eb455-5306-5404-9cee-2592286d6298"
3
-version = "0.6.3"
+version = "0.6.4"
4
5
[deps]
6
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
@@ -14,7 +14,7 @@ LinearAlgebra = "1"
StaticArrays = "0.11, 0.12, 1.0"
Test = "1"
Unitful = "1"
-julia = "1"
+julia = "1.10"
[extras]
20
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
0 commit comments