Skip to content

Commit a2e2773

Browse files
committed
Adapt for Julia 1.10 (with a few broken tests). Remove support for older versions
1 parent 37e9785 commit a2e2773

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
matrix:
1717
version:
18-
- '1.9'
18+
- '1.10'
1919
- '1'
2020
os:
2121
- ubuntu-latest

Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Umlaut"
22
uuid = "92992a2b-8ce5-4a9c-bb9d-58be9a7dc841"
33
authors = ["Andrei Zhabinski <[email protected]>"]
4-
version = "0.6.3"
4+
version = "0.7.0"
55

66
[deps]
77
ExprTools = "e2ba6199-217a-4e67-a87a-7c52f15ade04"
@@ -11,4 +11,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1111

1212
[compat]
1313
ExprTools = "0.1"
14-
julia = "1.9"
14+
julia = "1.10"

0 commit comments

Comments
 (0)