Skip to content

Commit

Permalink
Switch minimum Julia compat to v0.19
Browse files Browse the repository at this point in the history
GeometryOps supports that as minimum
  • Loading branch information
asinghvi17 committed Apr 25, 2024
1 parent 3755cbd commit dabf2c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
matrix:
version:
- '1.10'
- '1.6'
- '1.9'
- 'nightly'
os:
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
DataFrames = "1"
GeoInterface = "1"
GeometryOps = "0.1"
julia = "1.6.7"
julia = "1.9"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

0 comments on commit dabf2c9

Please sign in to comment.