model-transparency
model-transparency copied to clipboard
Use `Path.walk` instead of `Path.glob` for serializing directories, when minimum support is Python 3.12
Path.walk API is more reliable and has better UX than Path.glob. But, it is introduced only from Python3.12, so we need to wait until we can drop support for Python3.11.
@mihaimaruseac When do you think we can drop support for Python3.11?
I think we need to wait at least until end of this year. Python 3.12 was released only last October.
We'll wait until 3.11 becomes end of line officially.