Open timuram opened 9 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.
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