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

Update Windows download popup for 3.9 #1611

Closed
zooba opened this issue Jul 7, 2020 · 4 comments
Closed

Update Windows download popup for 3.9 #1611

zooba opened this issue Jul 7, 2020 · 4 comments
Assignees

Comments

@zooba
Copy link
Member

@zooba zooba commented Jul 7, 2020

Getting this request in early: Python 3.9 will drop support for Windows 7, which still makes up about 20% of our downloads, and so we should warn users that it won't work.

Currently, this popup has a warning about Windows XP:
image

We should update it to read "Note that Python 3.9+ cannot be used on Windows 7 or earlier"

I think we should also update the link to point at the 64-bit installer. All the best data I can get shows that 32-bit OS makes up less than 10% (less than 1%, depending on relevant filters), and I believe the issues we see with third parties not supporting 32-bit will now outweigh users attempting to install on 32-bit OS.

Alternatively, we can add a second button for the 32-bit installer and clearly label them both as "Python 3.9.x 64-bit" // "Python 3.9.x 32-bit" (adding @ambv in case this bit is under release manager control).

Also see #1592, regarding adding a link to the Store package (and #1370 from last time we did it). The link for 3.9 is https://www.microsoft.com/store/apps/9P7QFQMJRFP7

@aasthashukla1
Copy link

@aasthashukla1 aasthashukla1 commented Jul 11, 2020

Hey, Zooba!

I am new to GitHub open-source contribution community and would love to have this as my first contribution.

Do you believe it would be possible for me to do this?

@ned-deily ned-deily self-assigned this Aug 10, 2020
@ned-deily
Copy link
Member

@ned-deily ned-deily commented Aug 10, 2020

It's an easy matter to change which one of the release files per platform are associated with the existing download button. The release manager can easily change existing releases; a minor change to one of the release scripts will update the default. We can also easily update the warning text. Adding a second download button or a hierarchy of download links would be much more involved, e.g. real code changes! If you and @ambv are OK with those first two changes, I can make them.

@ned-deily
Copy link
Member

@ned-deily ned-deily commented Aug 10, 2020

@aasthashukla1, thanks for the offer! The python.org website infrastructure is spread out over GitHub repos and a content management system database. These proposed changes affect the latter so can't be done via the usual Github PR mechanism. Keep an eye out for other opportunities!

ned-deily added a commit to ned-deily/pythondotorg that referenced this issue Oct 5, 2020
ewdurbin pushed a commit that referenced this issue Oct 5, 2020
@zooba
Copy link
Member Author

@zooba zooba commented Nov 6, 2020

Thanks Ned!

@zooba zooba closed this Nov 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.