Skip to content

Commit

Permalink
minimum bound to julia 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz committed Oct 11, 2024
1 parent f819990 commit 4356e8f
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.9'
- '1.10'
os:
- ubuntu-latest
- macOS-latest
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Test = "1"
UnicodeGraphics = "0.2"
Unitful = "1"
WGLMakie = "0.9"
julia = "1.9"
julia = "1.10"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Expand Down

0 comments on commit 4356e8f

Please sign in to comment.