Add support for current Python 3.12 - #798
Merged
Merged
Conversation
- adapt for changed pathlib implementation (removed flavour implementation) - Windows: add patching for some os.path functions now implemented in nt instead of ntpath - fix handling of devnull for changed OS - add fake implementation for os.path.splitroot - fixes pytest-dev#770
mrbean-bremen
force-pushed
the
python3.12
branch
from
March 30, 2023 19:15
f9e9fcd to
83e6841
Compare
hugovk
reviewed
Mar 30, 2023
| ### Features | ||
| * added possibility to set a path inaccessible under Windows by using `chown()` with | ||
| the `force_unix_mode` flag (see [#720](../../issues/720)) | ||
| * added support for changes in Python 3.12 (currently in last beta version) |
Member
There was a problem hiding this comment.
3.12 is currently on alpha 6, with alpha 7 due on Monday and beta 1 due in May:
https://peps.python.org/pep-0693/#schedule
But thank you for this fix! It will make it easier for libraries to test against 3.12 and be ready for the full release.
Member
Author
There was a problem hiding this comment.
True, I actually meant to write "last alpha version" - thanks!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tasks