model-transparency icon indicating copy to clipboard operation
model-transparency copied to clipboard

Use `Path.walk` instead of `Path.glob` for serializing directories, when minimum support is Python 3.12

Open mihaimaruseac opened this issue 1 year ago • 3 comments

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 avatar Jun 05 '24 23:06 mihaimaruseac

@mihaimaruseac When do you think we can drop support for Python3.11?

font avatar Jun 12 '24 18:06 font

I think we need to wait at least until end of this year. Python 3.12 was released only last October.

mihaimaruseac avatar Jun 13 '24 00:06 mihaimaruseac

We'll wait until 3.11 becomes end of line officially.

mihaimaruseac avatar Mar 28 '25 23:03 mihaimaruseac