Conversation
|
it appears one (or more) of the test files have a return in a finally. Ideally the |
|
Do we want to modify the test files to be compatible with Python 3.14, or do we want to update the linter to complain about test files that are not compatible with Python 3.14? |
|
I think we can probably just modify the tests that do have returns in finally so they work on 3.14. Ideally there'd be support to specify the maximum python version and not just minimum python version in the test infra, but I'm not sure it's worth the effort. |
|
a) probably just pass a |
435da9c to
452ab16
Compare
for more information, see https://pre-commit.ci
Python 3.14 -- the π version
https://www.python.org/downloads/release/python-3140/
https://docs.python.org/3.14/whatsnew/3.14.html#porting-to-python-3-14
Blocked by:
I am out of my depth on this one... Someone else would need to craft the correct solution.