koodaamo / tnefparse

a TNEF decoding library written in python, without external dependencies
GNU Lesser General Public License v3.0
49 stars 37 forks source link

Support Python 3.9 #80

Closed petri closed 3 years ago

petri commented 3 years ago

Just ran tox -e py39 without issues. Should be a matter of adding metadata, documenting and including in builds.

jugmac00 commented 3 years ago

I will do this with my ongoing PR.

Before adding support for Python 3.9 here, I wanted to make sure the only dependency also works for Python 3.9, so I created a PR over there, first.

https://github.com/delimitry/compressed_rtf/pull/7