Support Erlang/OTP 28 and 29#66
Merged
Merged
Conversation
Validate build and the full Common Test suite on OTP 28 and 29 across Python 3.12-3.14. Set minimum_otp_vsn to 28 and update CI to test both releases with rebar3 3.25. Replace deprecated prefix-catch cleanup calls with try/catch to clear the new OTP 29 default warning; behavior is unchanged.
Stock FreeBSD erlang pkg ships OTP 26, below the OTP 28 minimum, so rebar3 refused to build. Install erlang-runtime28 and add its bin dir to PATH. Drop Python 3.11 (below the 3.12 minimum).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Targets Erlang/OTP 28 and 29 (previously OTP 27).
Verification
Full Common Test suite, dialyzer, xref, and the doc linter, all green:
Skips are capability self-skips (OWN_GIL/subinterpreter tests on Python < 3.14, plus a few platform-specific cases). No failures.
Changes
minimum_otp_vsn28; CHANGELOG entry.catchcleanup calls withtry ... catch ... endto clear the new OTP 29 default warning. Behavior is unchanged (all results were discarded best-effort cleanup), and it compiles on both 28 and 29.docs/scalability.md(free JIT/scheduler gains, map iteration order,ct_doctest).is_integer/3would fitpy:gc/1but is OTP 29 only, so it is not adopted while OTP 28 is supported.