-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed
WorkspacePath
support for python 3.11 (#121)
This PR fixes some issues with the `WorkspacePath` implementation so that it also works with 3.11. Due to internal changes between 3.10 and 3.11 fixes were needed for: - [X] `.expanduser()` - [x] `.glob()` This will resolve #119. Out of scope for this PR: - Any other bugs not currently being surfaced by the existing unit and integration tests. - Support for Python 3.12
- Loading branch information
Showing
1 changed file
with
24 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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