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

WorkspacePath support for Python 3.11 #119

Closed
asnare opened this issue Jul 8, 2024 · 0 comments · Fixed by #121
Closed

WorkspacePath support for Python 3.11 #119

asnare opened this issue Jul 8, 2024 · 0 comments · Fixed by #121
Assignees
Labels
bug Something isn't working

Comments

@asnare
Copy link
Contributor

asnare commented Jul 8, 2024

Currently the WorkspaceClient works with Python 3.10 but the underlying implementation has some problems with 3.11 due to (relatively minor) changes made in the underlying pathlib implementation.

Due to these issues the unit tests currently fail when run under Python 3.11.

@asnare asnare added the bug Something isn't working label Jul 8, 2024
@asnare asnare self-assigned this Jul 8, 2024
@asnare asnare changed the title WorkspaceClient support for Python 3.11 WorkspacePath support for Python 3.11 Jul 8, 2024
@nfx nfx closed this as completed in #121 Jul 8, 2024
@nfx nfx closed this as completed in b274882 Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant