mmihaltz / pysettrie

python3 package supporting efficient storage and querying of sets of sets using the trie data structure. Supports finding all the supersets/subsets of a given set from a collection of sets. Also includes a trie-based mapping container where the keys are sets.
GNU Lesser General Public License v3.0
24 stars 6 forks source link

Support for python 2.7 #4

Open fgregg opened 7 years ago

fgregg commented 7 years ago

I'm hoping I can use this package in my dedupe library. We are committed to supporting python 2.7 for a while longer, so all of our dependencies need to support python2.7 as well.

Is support for python 2.7 something you are open to, or do you want this to stay a python3 only library?

fgregg commented 7 years ago

@mmihaltz what do you think about this?

mmihaltz commented 6 years ago

Python2.7 support was not on my todo list, but I don't have any objections. I'd need to think about the implications though when I have some time.

GregoryMorse commented 4 years ago

@fgregg is this still required as Python 2.7 seems to be slowly going out of usage. Can you give the specific line of failure that occurs in older Python versions?

fgregg commented 4 years ago

I'll be ending support of Python 2.7 in Jan 2020.