Python Forum
Python 3.6.9 - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: Python 3.6.9 (/thread-19669.html)



Python 3.6.9 - djx995 - Jul-09-2019

Are there going to be any Windows binaries compiled for Python 3.6.9?

Thanks.


RE: Python 3.6.9 - ThomasL - Jul-09-2019

You can find the answer to your question looking here
Quote:Python 3.6 has now entered the security fix phase of its life cycle.
Only security-related issues are accepted and addressed during this phase.
We plan to provide security fixes for Python 3.6 as needed through 2021,
five years following its initial release.
Security fix releases are produced periodically as needed and only provided in source code form;

binary installers are not provided.



RE: Python 3.6.9 - djx995 - Jul-09-2019

Thanks.