Closed python36 closed 1 year ago
Hello @python36, we consider Python 3.9 as a requirement for the repository and we are not looking to be backwards compatible at this point.
Hi @Fabien-Chouteau , сan I create a PR with Python version checks added at the beginning of scripts? Is Ada_Drivers_Library also dependent on version Python 3.9?
Thanks but we don't add this kind of checks.
I don't know if Ada Drivers Library has a strong dependency on a specific Python3 version.
Hi @Fabien-Chouteau. When I tried to run the script with Python 3.8 an error occurred. I was able to resolve this problem, but another user might just think it's a script problem since there's no mention of a Python version dependency anywhere. Therefore, I recommend freezing the Python version and adding checks to scripts and writing dependency in the description, which will greatly facilitate the work of new users. Thanks
Method str.removesuffix was added in Python 3.9. Tested on python 3.8. Without these changes, the script raise with the next text: