Skip to content

Commit 030990a

Browse files
author
oscarddssmith
committed
bump min Julia version
1 parent 44e0761 commit 030990a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ test = ["DataStructures", "IntegerMathUtils", "Test"]
1515

1616
[compat]
1717
IntegerMathUtils = "0.1.1"
18-
julia = "1"
18+
julia = "1.6"

appveyor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
environment:
22
matrix:
3-
- julia_version: 1.0
4-
- julia_version: 1.3
53
- julia_version: 1.6
6-
- julia_version: 1.7
4+
- julia_version: 1
75
- julia_version: nightly
86
matrix:
97
allow_failures:

0 commit comments

Comments
 (0)