Skip to content

Commit

Permalink
update tests and compat (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz authored Jun 9, 2024
1 parent 0165eb4 commit 3b4c129
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ version = "0.2.5"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"

[compat]
Aqua = "0.8"
SpecialFunctions = "2, 1, 0.10, 0.9, 0.8"
Test = "1"
julia = "1"

[extras]
Expand Down
1 change: 0 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Aqua.test_undefined_exports(AbstractNumbers)
Aqua.test_project_extras(AbstractNumbers)
Aqua.test_stale_deps(AbstractNumbers)
Aqua.test_deps_compat(AbstractNumbers)
Aqua.test_project_toml_formatting(AbstractNumbers)


struct MyNumber{T} <: AbstractNumbers.AbstractNumber{T}
Expand Down

0 comments on commit 3b4c129

Please sign in to comment.