mdshw5 / pyfaidx

Efficient pythonic random access to fasta subsequences
https://pypi.python.org/pypi/pyfaidx
Other
449 stars 75 forks source link

remove old Python 2 hybridation #215

Closed a-detiste closed 8 months ago

a-detiste commented 8 months ago

Hi

Here's a little cleanup

https://wiki.debian.org/Python3-six-removal

mdshw5 commented 8 months ago

Thanks @a-detiste. I've been thinking about removing Python2 support for a while now. I'll take a look and make sure tests pass and should be able to merge if there are no issues.

mdshw5 commented 8 months ago

This looks good! I don't see any issues that prevent me from merging. Thank you for also updating the tests. Thoughtful contributions like this are always welcome!