soxofaan / duviz

Command-line disk space usage visualization utility

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drop Python 3.5 support

soxofaan opened this issue · comments

Python 3.5 reached end of life on 2020-09-30.
Staying compatible with it is starting to become annoying during development and maintenance (e.g no f-strings, poor pathlib support in pytest tmp_path usage, ...)

Time to drop support for it?

e.g. lost some time on 3.5 issues while trying to get #26 unit testing working (poor Path support in zipfile)

Todo: changelog entry