Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR adds support for Python 3.14 to the project by updating the package classifiers and CI/CD configuration.
- Added Python 3.14 classifier to
pyproject.toml - Added Python 3.14 to CI test matrices across both test workflows
- Updated deprecation warning tests to run on Python 3.14 instead of 3.13
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pyproject.toml | Added Python 3.13 and 3.14 classifiers to declare version support |
| .circleci/config.yml | Added Python 3.14 to test matrices and updated deprecation warning test version |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
So what seems to have happened here is that with python 3.14 the default error message for 3.13 3.14 The actual problem is that there is no specific error message from pyfar if a wrong unit is entered in |
|
Please do not use git merge anymore, rather rebase your changes onto develop ;) |
Changes proposed in this pull request: