Python 3.7.1rc1 and 3.6.7rc1 are now available. 3.7.1rc1 is the release
preview of the first maintenance release of Python 3.7, the latest feature
release of Python. 3.6.7rc1 is the release preview of the next maintenance
release of Python 3.6, the previous feature release of Python. Assuming no
cr
Since there isn't a way to do this in any fashion I never really thought
about it. I think most people either set the shebang to the version of
Python they want it to work with, have pip install the entry point which
will also set the entry point, or assume that e.g. python3 is new enough to
work.
On Thu, Sep 27, 2018 at 2:19 PM Brett Cannon wrote:
>
> Since there isn't a way to do this in any fashion I never really thought
> about it. I think most people either set the shebang to the version of Python
> they want it to work with, have pip install the entry point which will also
> set th