Is python 3.14 actually supported? #14076
Answered
by
RonnyPfannschmidt
travis-leith
asked this question in
General
|
I note that pluggy (a dependency of pytest) does not yet support 3.14. |
Answered by
RonnyPfannschmidt
Dec 30, 2025
Replies: 2 comments 3 replies
|
Official python 3.14 support (with automated tests) was added in pytest-dev/pluggy#623, but it's only semantical / adding metadata. So even if pluggy's metadata are not saying it's compatible with python 3.14, it is compatible. Even if we do not create a new release. |
0 replies
|
OK thanks. Incidentally, I created this pluggy issue a while back: pytest-dev/pluggy#628 I am interested in this because when I try to upgrade my project to 3.14 I get some weird errors during test discovery stating Everything works fine on 3.13 so I don't think it is my code trying to call a |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This needs a bugfix release
A workaround is to use the annotations future as the bug happens with deferred annotation interpretation (the Bugfix just opts out of that)