This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Greg Price
Recipients Greg Price, benjamin.peterson, ezio.melotti, lemburg, miss-islington, serhiy.storchaka, vstinner
Date 2019-08-13.18:48:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565722098.67.0.0932963837797.issue37760@roundup.psfhosted.org>
In-reply-to
Content
> What is the minimal Python version for developing CPython? The system Python 3 on current Ubuntu LTS (18.04) is 3.6, so I think it should not be larger.

Ah, I think my previous message had an ambiguous parse: the earliest that *uses* of the typing module appeared in the stdlib was 3.7. The typing module has been around longer than that.

I just checked and `python3.6 Tools/unicode/makeunicodedata.py` works fine, both at master and with GH-15248.

I think it would be OK for doing development on CPython to require the latest minor version (i.e. 3.7) -- after all, if you're doing development, you're already building it, so you can always get a newer version than your system provides if needed.  But happily the question is moot here, so I guess the place to discuss that further would be a new thread.
History
Date User Action Args
2019-08-13 18:48:18Greg Pricesetrecipients: + Greg Price, lemburg, vstinner, benjamin.peterson, ezio.melotti, serhiy.storchaka, miss-islington
2019-08-13 18:48:18Greg Pricesetmessageid: <1565722098.67.0.0932963837797.issue37760@roundup.psfhosted.org>
2019-08-13 18:48:18Greg Pricelinkissue37760 messages
2019-08-13 18:48:18Greg Pricecreate