Closed github-actions[bot] closed 2 years ago
@Kolaru to echo @SimonDanisch https://github.com/Kolaru/MathTeXEngine.jl/pull/62#issuecomment-1133125646 could you merge this and #62 and make a new release? I was able to run the tests successfully on Linux with this and #62 merged.
@dmbates Done (if I didn't messed up the release).
@Kolaru It looks like this PR is failing CI on Julia v1.3 because AbstractTrees v0.4.0 cannot be precompiled on the older version of Julia. Do you need to test on that old a version when the long term support version of Julia is v1.6.6?
v0.4.2 is working for me. Thanks for making these changes.
This pull request changes the compat entry for the
AbstractTrees
package from0.3
to0.3, 0.4
. This keeps the compat entries for earlier versions.Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.