Update Python version support and CI to include Python 3.14 #1566
+127
−110
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.
Metadata
Details
This pull request updates the officially supported Python version range for openml-python from 3.8–3.13 to 3.10–3.14, in line with currently supported Python releases.
The following changes were made:
Updated pyproject.toml to reflect the new supported Python range (3.10–3.14).
Extended GitHub Actions CI workflows (test.yml, dist.yaml, docs.yaml) to include Python 3.14.
Updated documentation (README.md) wherever Python version support is mentioned.
No new functionality or tests were introduced; this is a maintenance update to keep Python version support and CI configuration up to date.
This change ensures that users and contributors can use and test openml-python on the latest supported Python versions.