Skip to content

Commit 8d6aead

Browse files
authored
update compatability and version (#20)
* update compatability and version * 1.3 minimum test
1 parent cda29b8 commit 8d6aead

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
version:
13-
- '1.0'
13+
- '1.3'
1414
- '1.6'
1515
os:
1616
- macOS-latest

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
name = "ClipData"
22
uuid = "39db22c5-8506-4ef9-b8dc-9d8ef5f2b71d"
33
authors = ["Peter Deffebach <[email protected]> and contributors"]
4-
version = "0.1.0"
4+
version = "0.2.0"
55

66
[deps]
77
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
88
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
99
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
1010

1111
[compat]
12-
Tables = "1.4"
13-
CSV = "0.8"
12+
Tables = "1"
13+
CSV = "0.9"
1414
julia = "1"
1515

1616
[extras]

0 commit comments

Comments
 (0)