We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b26669 commit 13dfdc9Copy full SHA for 13dfdc9
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
fail-fast: false
16
matrix:
17
version:
18
- - '1.6'
+ - '1.9'
19
- '1' # automatically expands to the latest stable 1.x release of Julia
20
- 'nightly'
21
os:
Project.toml
@@ -22,7 +22,7 @@ ArrowTypes = "2.2"
22
Parsers = "0.3, 1, 2"
23
PrecompileTools = "1"
24
StructTypes = "1.10"
25
-julia = "1.6"
+julia = "1.9"
26
27
[extras]
28
Arrow = "69666777-d1a9-59fb-9406-91d4454c9d45"
0 commit comments