Skip to content

Conversation

@DDiyash
Copy link
Contributor

@DDiyash DDiyash commented Dec 28, 2025

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.

@fkiraly fkiraly added the maintenance & CI Continuous integration & package distribution label Jan 2, 2026
@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 52.72%. Comparing base (3a05157) to head (04a4056).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1566   +/-   ##
=======================================
  Coverage   52.72%   52.72%           
=======================================
  Files          36       36           
  Lines        4326     4326           
=======================================
  Hits         2281     2281           
  Misses       2045     2045           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Collaborator

@fkiraly fkiraly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, thanks!

I added some minor fixes, e.g., the (float) 3.10 will be read as "python 3.1" rather than 3.10, if you want 3.10, you need to pass a string.

Btw, if you would like to continue contributing, there are currently weekly sessions on Mon, Fri, 11 UTC; and daily standups at 11 UTC, on this discord: https://discord.gg/mGQHGth5

@fkiraly fkiraly changed the title Update Python version support and CI to include Python 3.14 [MNT] Update Python version support and CI to include Python 3.14 Jan 2, 2026
@fkiraly fkiraly merged commit 3454bbb into openml:main Jan 2, 2026
30 checks passed
@DDiyash
Copy link
Contributor Author

DDiyash commented Jan 5, 2026

Thanks for pointing out the issues and fixing it. I'll checkout the discord

JATAYU000 pushed a commit to JATAYU000/openml-python that referenced this pull request Jan 8, 2026
…enml#1566)

#### Metadata
* Reference Issue: Fixes openml#1531
* New Tests Added: No
* Documentation Updated: Yes
* Change Log Entry: Update supported Python version range to 3.10–3.14 and extend CI testing to Python 3.14


#### 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintenance & CI Continuous integration & package distribution

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[MNT] add python 3.14 support and deprecate 3.8, 3.9 after EOL

3 participants