BingAds / BingAds-Python-SDK

Other
115 stars 162 forks source link

What versions of python are supported? #271

Open timuram opened 5 months ago

timuram commented 5 months ago

setup.py declares 3.9 only https://github.com/BingAds/BingAds-Python-SDK/blob/05fbf750ebdcc5d2441a54b7011923b6dfd2fcc8/setup.py#L63 but it's EOL a while ago

nbro10 commented 4 months ago

@timuram All Python versions >=3.8 still receive security support. So, if there's a security issue or bug in any of these versions, they might make patches. So, it's perfectly fine to support any version >=3.8. You probably should start removing the support for Python <3.8. This library still supports very old Python 3 versions <3.8. It probably shouldn't. Users at some point should be forced to migrate to newer Python versions, otherwise, keep using old versions of this library.