Skip to content

Windows 8.0 and Python 3.9+ #1784

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

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

Windows 8.0 and Python 3.9+ #1784

HyTurtle opened this issue Jun 11, 2021 · 4 comments
Labels
easy This issue should be trivial to accomplish frontend Relates to the frontend of the app help-wanted The maintainers would welcome help with this issue

Comments

@HyTurtle
Copy link

<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

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

@zooba, thoughts?

@zooba
Copy link
Member

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).

@gamer191
Copy link

so that means nothing since 3.5 would support Windows 8.

python/cpython#21656 seems to be the PR that officially removed 8.0 support, and it seems to have only been backported as far back as 3.9

Whilst I'm not familiar with the topic, I'd guess that Windows 8.0 would have supported almost everything that Windows 7 supported, meaning it wouldn't have made sense to drop Windows 8.0 support before Windows 7

@JacobCoffee JacobCoffee added frontend Relates to the frontend of the app easy This issue should be trivial to accomplish help-wanted The maintainers would welcome help with this issue labels Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy This issue should be trivial to accomplish frontend Relates to the frontend of the app help-wanted The maintainers would welcome help with this issue
Projects
None yet
Development

No branches or pull requests

6 participants