Skip to content

Conversation

@till-m
Copy link
Member

@till-m till-m commented Dec 27, 2025

indicate that we support python 3.14 and add it to the test suite to make sure that's actually true.

Summary by CodeRabbit

  • Chores
    • Extended testing support to include Python 3.14 with updated compatibility configurations.

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link

coderabbitai bot commented Dec 27, 2025

📝 Walkthrough

Walkthrough

The changes add Python 3.14 to the supported versions by updating the GitHub Actions test matrix configuration and adding the corresponding classifier to the project metadata. No dependencies or functional code modifications are included.

Changes

Cohort / File(s) Summary
CI/Build Configuration
.github/workflows/run_tests.yml
Extended Python matrix to include version 3.14; adjusted exclusion rules to explicitly exclude 3.14 with numpy<2 (replacing the previous 3.13 exclusion pattern)
Project Metadata
pyproject.toml
Added "Programming Language :: Python :: 3.14" classifier to project configuration

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 A new Python hops into our nest,
3.14 passes every test!
Matrix grows, classifiers align,
The future of code looks oh-so-fine. ✨

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and accurately describes the main changes: adding Python 3.14 support indication and including it in the test matrix.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@till-m till-m changed the title indicate 3.14 support, add it to testing indicate python 3.14 support, add it to testing Dec 27, 2025
@codecov
Copy link

codecov bot commented Dec 27, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.78%. Comparing base (c410d51) to head (32569f2).
⚠️ Report is 4 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #598      +/-   ##
==========================================
- Coverage   97.89%   97.78%   -0.11%     
==========================================
  Files          10       10              
  Lines        1185     1218      +33     
==========================================
+ Hits         1160     1191      +31     
- Misses         25       27       +2     

☔ 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

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 2

📜 Review details

Configuration used: defaults

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 8688445 and 32569f2.

📒 Files selected for processing (2)
  • .github/workflows/run_tests.yml
  • pyproject.toml
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (10)
  • GitHub Check: Python 3.12 - numpy >=2
  • GitHub Check: Python 3.9 - numpy >=2
  • GitHub Check: Python 3.13 - numpy >=2
  • GitHub Check: Python 3.14 - numpy >=2
  • GitHub Check: Python 3.12 - numpy >=1.25,<2
  • GitHub Check: Python 3.11 - numpy >=1.25,<2
  • GitHub Check: Python 3.11 - numpy >=2
  • GitHub Check: Python 3.10 - numpy >=2
  • GitHub Check: Python 3.10 - numpy >=1.25,<2
  • GitHub Check: Python 3.9 - numpy >=1.25,<2

@till-m till-m merged commit 10c949b into bayesian-optimization:master Dec 27, 2025
15 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant