Use Path.walk
instead of Path.glob
for serializing directories, when minimum support is Python 3.12
#200
Labels
enhancement
New feature or request
Path.walk
API is more reliable and has better UX thanPath.glob
. But, it is introduced only from Python3.12, so we need to wait until we can drop support for Python3.11.The text was updated successfully, but these errors were encountered: