Skip to content

Commit

Permalink
stop supporting < 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz committed Dec 27, 2023
1 parent 0f6be7f commit 9e89561
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 @@ -13,7 +13,7 @@ jobs:
fail-fast: true
matrix:
version:
- '1.7'
- '1.9'
- '1'
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 @@ -25,7 +25,7 @@ Makie = "0.20"
OrderedCollections = "1"
RecipesBase = "1"
Tables = "0.2, 1"
julia = "1.6"
julia = "1.9"

[weakdeps]
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Expand Down

0 comments on commit 9e89561

Please sign in to comment.