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

Notable changes in Python 3.14 #30

Open
adang1345 opened this issue Jul 19, 2024 · 0 comments
Open

Notable changes in Python 3.14 #30

adang1345 opened this issue Jul 19, 2024 · 0 comments

Comments

@adang1345
Copy link
Owner

adang1345 commented Jul 19, 2024

Notes to self for when I start working on Python 3.14 on Windows 7.

Test the pathlib.Path.copy() method introduced in python/cpython#119058 and modified in python/cpython@f09d184. It uses CopyFile2(), which is not available on Windows 7, but it appears to have a fallback when it's not available. I think this method will work fine on Windows 7, but I should test it.

Update patches to account for python/cpython@fac5e7a, which raises the minimum supported version to Windows 10.

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

1 participant