Skip to content

Commit

Permalink
Do testing in Julia 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
richardreeve committed Nov 3, 2023
1 parent 556776e commit 527155b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ AxisArrays = "0.4"
DataFrames = "0.21, 0.22, 1.0"
Distances = "0.10"
EcoBase = "0.1"
InteractiveUtils = "1.9"
LinearAlgebra = "1.9"
InteractiveUtils = "1.8"
LinearAlgebra = "1.8"
Missings = "0.4, 1.0"
Phylo = "0.4"
RCall = "0.13"
RecipesBase = "0.6, 0.7, 0.8, 1"
Requires = "^1"
Statistics = "1.9"
Statistics = "1.8"
StatsBase = "0.32, 0.33, 0.34"
julia = "1.9"
julia = "1.8"

[extras]
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Expand Down

2 comments on commit 527155b

@richardreeve
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/94543

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.5.7 -m "<description of version>" 527155ba7380d0afa2993b0dc96cd9ebf7c9ad18
git push origin v0.5.7

Please sign in to comment.