Drop Python 3.6?
boeddeker opened this issue · 2 comments
boeddeker commented
Python 3.6 had eol last year (23 Dec 2021).
Should we drop test for it?
Why:
The tests in #138 fail, because python 3.6 has a different representer for annotations.
Finding a workaround for the doctest is annoying and since Python 3.6 is eol,
I thought we could drop it.
thequilo commented
I think that we can safely drop Python 3.6 since it is officially not supported anymore
boeddeker commented
Since no one complained, I will remove them.