Skip to content

Conversation

@LGro
Copy link
Member

@LGro LGro commented Dec 9, 2025

The trade-off for supporting Python 3.14 seems to be that we need to raise the lower version bound on SciPy, which in turn requires us to drop support for still supported Python 3.10. I've now specified the SciPy version bounds depending on the Python version to cover 3.10 and 3.14

Signed-off-by: Grossberger Lukas (CR/AIR3) <Lukas.Grossberger@de.bosch.com>
@LGro LGro requested a review from Copilot December 9, 2025 14:06
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR adds support for Python 3.14 to the project by updating version constraints and CI configuration.

  • Updated the Python version constraint to allow Python 3.14
  • Added Python 3.14 to the project classifiers and CI test matrix
  • Bumped package version to 5.3.4

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
pyproject.toml Updated Python version constraint to <3.15, added Python 3.14 classifier, and bumped package version to 5.3.4
.github/workflows/python.yaml Added Python 3.14 to the CI test matrix

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

LGro added 3 commits December 9, 2025 15:07
Signed-off-by: Grossberger Lukas (CR/AIR3) <Lukas.Grossberger@de.bosch.com>
Signed-off-by: Grossberger Lukas (CR/AIR2.2) <Lukas.Grossberger@de.bosch.com>
Signed-off-by: Grossberger Lukas (CR/AIR2.2) <Lukas.Grossberger@de.bosch.com>
@github-actions
Copy link

github-actions bot commented Dec 9, 2025

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  blackboxopt
  __init__.py
  base.py
  evaluation.py
  blackboxopt/optimizers
  botorch_base.py 230-236
  botorch_utils.py 215
  blackboxopt/optimizers/staged
  iteration.py
Project Total  

This report was generated by python-coverage-comment-action

@LGro

This comment was marked as resolved.

Signed-off-by: Grossberger Lukas (CR/AIR2.2) <Lukas.Grossberger@de.bosch.com>
Signed-off-by: Grossberger Lukas (CR/AIR2.2) <Lukas.Grossberger@de.bosch.com>
@LGro LGro requested a review from Copilot December 10, 2025 09:35
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 5 out of 6 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@LGro LGro requested a review from dynobo December 10, 2025 09:36
Copy link
Collaborator

@dynobo dynobo left a comment

Choose a reason for hiding this comment

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

Thanks, @LGro

@LGro LGro merged commit 53c3e44 into main Dec 16, 2025
10 checks passed
@LGro LGro deleted the feature/py314 branch December 16, 2025 12:26
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.

2 participants