Skip to content

Commit

Permalink
Stop supporting Julia 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mofeing committed Mar 11, 2024
1 parent 5368f36 commit 6267155
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
fail-fast: false
matrix:
version:
- '1.8'
- '1.9'
- '1.10'
os:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ QuacSimpleWeightedGraphs = "SimpleWeightedGraphs"
Cobweb = "0.5, 0.6"
Combinatorics = "1.0"
SimpleWeightedGraphs = "1.2"
julia = "1.8"
julia = "1.9"

0 comments on commit 6267155

Please sign in to comment.