rob-smallshire / eseries

Find value in the E-series (E6, E12, E24, etc) used for electronic components values.
MIT License
18 stars 2 forks source link

Dropping Python2 support? #7

Open semiversus opened 6 months ago

semiversus commented 6 months ago

Looking at the nice and well documented code and seeing the overhead of Python2 support I think Python2 support could be dropped. Going for Python >=3.7 you could use formatted strings and type annotations.

I'm willing to help with a pull request, if this issue will be supported. Otherwise just close this issue.

rob-smallshire commented 6 months ago

Having considered this, I'll happily merge a pull request which removes Python 2 support. Thanks!