dh1tw / pyhamtools

A Library with Amateur Radio specific Functions and Methods
MIT License
89 stars 25 forks source link

Please drop usage of "future" (and support of Python 2.7) #26

Closed a-detiste closed 11 months ago

a-detiste commented 11 months ago

Hi,

Future is not compatible with Python 3.12 and will likely never be. It's simpler to move all the project away this huge library.

Please consider remove it's usage from yor project & publish a 3.12 -compatible release.

python3-future is being removed from Debian

from future.utils

Greetings

dh1tw commented 11 months ago

yeah, I agree. it's time to deprecate Python 2.7 support

dh1tw commented 11 months ago

Today I released v.0.9.0 which supports Python 3.12 and deprecates support for Python 2.7 and Python 3.5.

a-detiste commented 11 months ago

Thanks.