caesar0301 / treelib

An efficient implementation of tree data structure in python 2/3.
http://treelib.readthedocs.io/en/latest/
Other
800 stars 185 forks source link

Update python version support! #202

Closed panagiotisanagnostou closed 1 year ago

panagiotisanagnostou commented 1 year ago

Hello everyone!

I am a fellow developer and I have developed a python package using this one on its core, for tree creation purposes.

I have tested your package in the newer version of python and until now it works perfectly.

Is it possible for me to suggest you doing an update on the supporting platforms to include all the newer version of python?

It would a huge help for me to know that this package is up to your coding standards for python 3.9 and 3.10.

Thank you very much!

caesar0301 commented 1 year ago

Fixed by https://github.com/caesar0301/treelib/pull/209

panagiotisanagnostou commented 1 year ago

Thank you very much for the fix!!!