Officially deprecate support for python 3.8#7933
Conversation
Deployed docs
|
Wumpf
left a comment
There was a problem hiding this comment.
neat!
haven't tried whether the warning triggers myself, but I trust you did :)
abey79
left a comment
There was a problem hiding this comment.
Well done. Just to be sure, do users have a means to silence those warning? They could be very annoying for a (still legitimate) use under 3.8. (Or do we think this barely happens anyways?)
|
Python actually silences deprecation warnings by default in most user-facing contexts, which is a bit annoying and practically reduces the chances it will be seen by the users in practice, but that's the policy and I'm not going to fight it or workaround it. Regardless, this is the "most right" way to handle it. If you enable deprecation warnings in your project config you'll see it, otherwise it won't be visible. |
|
Also worth noting that when we drop support, the new wheels will list their incompatibility so people installing will just get an older version or a pypi error if they try to install an explicit version in a 3.8 context. |
What
Checklist
mainbuild: rerun.io/viewernightlybuild: rerun.io/viewerCHANGELOG.mdand the migration guideTo run all checks from
main, comment on the PR with@rerun-bot full-check.