On Thu, 28 Nov 2019 at 15:55, Victor Stinner <vstinner@python.org> wrote:
>
> It has been discussed a few months ago. There is the "if six.PY3: ..."
> issue and similar issues which should be solved first. Basic example:
I've seen a few fixes to projects to remove assumptions that the "X"
in 3.X is a single digit. So I think that the momentum in the
community is definitely assuming 3.10 as well.