Skip to content

Commit

Permalink
Set Julia 1.10 as minimum supported version
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredSchwartz committed Sep 2, 2024
1 parent 4248835 commit cfbd45e
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' # Most current stable release
- 'lts' # Most current LTS release
- '1.10' # Most current LTS release
- 'pre' # Most current preview build
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 @@ -12,7 +12,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[compat]
DataFrames = "1"
Combinatorics = "1.0.2"
julia = "1.6.7"
julia = "1.10"

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

0 comments on commit cfbd45e

Please sign in to comment.