Require Java 11 at runtime, build on Java 21/25#230
Open
melissalinkert wants to merge 5 commits into
Open
Conversation
sbesson
requested changes
May 20, 2026
| java: [11, 17, 21, 25] | ||
| os: [ubuntu-latest, windows-latest, macos-latest] | ||
| python-version: ['3.9', '3.10', '3.11', '3.12', '3.13'] | ||
| exclude: |
Member
There was a problem hiding this comment.
A consequence of this removal is the explosion of the number of jobs. Proposing to drop Python 3.9 from the list above and only cover all the Python versions for a particular Java version e.g. 17 or 21.
Member
Author
There was a problem hiding this comment.
See 1c544cd. That should test one Python version each for Java 11/17/25, and all Python versions for Java 21. The matrix prior to this PR ended up excluding everything except Java 11 across all Python versions, which I think is not what we actually want.
sbesson
approved these changes
May 20, 2026
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.
See https://www.openmicroscopy.org/2026/03/24/end-of-java-8-support.html. Similar to ome/ome-metakit#33.
The build matrix should probably be pared down again, but wasn't 100% sure what we want at this point so open to discussion.