You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
Today we noticed cloudpathlib doesn't support with_stem which was added in python 3.9.
What's the policy on this kind of compatibility (i.e. functions that exist on only some of the supported versions of python)?
Would a PR to introduce this be accepted?
The text was updated successfully, but these errors were encountered:
I'd be in favor of supporting any pathlib method that is in a released and supported version of Python. We should add a note to the AnyPath documentation that the methods you choose to use should be the ones compatible with your version of Python if you want to be cloud/local agnostic.
Hello!
Today we noticed cloudpathlib doesn't support
with_stem
which was added in python 3.9.What's the policy on this kind of compatibility (i.e. functions that exist on only some of the supported versions of python)?
Would a PR to introduce this be accepted?
The text was updated successfully, but these errors were encountered: