Drop support for Python 2.7, 3.5
As mentioned at the 36th Tango Community Meeting in June 2022, these old versions of Python will be dropped from PyTango 9.4.0.
Changes include:
- Update
python_requiresandclassifiersinsetup.py. - Remove Gitlab and AppVeyor CI for old platforms.
- Remove usage of
exec()in tests that couldn't defineasync deffunctions - search forASYNC_AWAIT_AVAILABLE. - Check docs for mention of old Python versions.
Edited by Anton Joubert