emredjan commented on PR #31349:
URL: https://github.com/apache/airflow/pull/31349#issuecomment-1636759327
I updated the tests for `hashicorp` provider. It should hopefully pass the
checks.
Though I now see Python 3.7 support is dropped on the main branch. Should I
remove this check from the files:
```python
import sys
if sys.version_info < (3, 8):
from importlib_metadata import version
else:
from importlib.metadata import version
```
and directly use `from importlib.metadata import version`?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]