The Wayback Machine - https://web.archive.org/web/20220407053008/https://github.com/python/pythondotorg/issues/1784
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows 8.0 and Python 3.9+ #1784

Open
HyTurtle opened this issue Jun 11, 2021 · 3 comments
Open

Windows 8.0 and Python 3.9+ #1784

HyTurtle opened this issue Jun 11, 2021 · 3 comments

Comments

@HyTurtle
Copy link

@HyTurtle HyTurtle commented Jun 11, 2021

<p><strong>Note that {{ r.name }} <em>cannot</em> be used on Windows 7 or earlier.</strong></p>

{% if data.os.slug == 'windows' %}<p><strong>Note that Python 3.9+ <em>cannot</em> be used on Windows 7 or earlier.</strong></p>{% endif %}

I would add a comment that 8.0 would need to be updated to 8.1.

Unless I'm mistaken there are no builders for Windows 8.0 at all; likely as per pep 11, so initial thought of amending to 8.0 or earlier wouldn't suffice. Perhaps a note stating 8.0 is unsupported?

@mwichmann
Copy link

@mwichmann mwichmann commented Aug 5, 2021

As you saw in the PEP, the policy is that a Python minor version (X.Y.0) only supports those Windows versions that are in support at the time of release. Windows 8.0 had a special deal, folks were forced to move to 8.1 and support for 8.0 was ended January 12, 2016, so that means nothing since 3.5 would support Windows 8.

I'll leave it to others whether that actually needs an explicit note.

@ned-deily
Copy link
Member

@ned-deily ned-deily commented Jan 30, 2022

@zooba, thoughts?

@zooba
Copy link
Member

@zooba zooba commented Jan 31, 2022

Support for Windows 8 ended early 2016: https://docs.microsoft.com/en-us/lifecycle/products/windows-8

Windows 7 ended early 2020.

Windows 8.1 is still going, so it's the minimum for 3.9, 3.10 and 3.11. The minimum for 3.12 will be Windows 10 (and likely "Windows 10+updates" since it's practically impossible (and certainly unsafe) to maintain old versions of Win10 for testing).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants