Kolaru / MathTeXEngine.jl

A latex math mode engine in pure Julia.
MIT License
96 stars 20 forks source link

CompatHelper: bump compat for AbstractTrees to 0.4, (keep existing compat) #65

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

This pull request changes the compat entry for the AbstractTrees package from 0.3 to 0.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.

dmbates commented 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.

Kolaru commented 2 years ago

@dmbates Done (if I didn't messed up the release).

dmbates commented 2 years ago

@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?

dmbates commented 2 years ago

v0.4.2 is working for me. Thanks for making these changes.