On Thu, Nov 28, 2019, 9:50 PM Paul Moore <p.f.moore@gmail.com> wrote:
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.

CPython CI configuration itself had the assumption : https://github.com/python/cpython/pull/14831 . I think there were some issues raised with the title having [3.10] preparation for similar cases.