-
Notifications
You must be signed in to change notification settings - Fork 15
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 to v3.10.4 #52
Comments
This is likely due to 4ad86b7 missing. I can look into that if needed.
Do you know how much work it would be to get it working on win7?
Is this related to #40 ? |
👍
I don't know, probably it should simply work because the patch from 3.9 simply applied on 3.10.
Yes. |
things fail because of #11 now (maybe we should disable the source tree smoke tests) |
I think we can simply disable the building c-ext test? |
Here is the release schedule: https://www.python.org/dev/peps/pep-0619/#bugfix-releases 3.10.1: Monday, 2021-12-06 |
Also, here is the range-diff (I didn't know there existed something like that before #78 😅). Also, if anything looks wrong please report. Range Diff
|
I guess this can be closed? |
I guess so. The update in the repo can be tracked at msys2/MINGW-packages#10515. |
Python 3.10 is released a few weeks ago. We should update it probably when Arch Linux does. I have rebased most of the patches in this branch
mingw-v3.10.0
. It still has some problems though.Should we drop support for Windows 7 from this version?
Todos
os.winver
for installing user packages. See_get_path()
inLib\site.py
. (Modifysys.winver
to match upstream #68 should fix this)\
to/
doesn't work. Probally issue with 088ba0b, should check, (done 2ea5fa3)Lib/site.py
#81The text was updated successfully, but these errors were encountered: