opentelemetry callback plugin: remove code for Python < 3.7 (#9482)

* opentelemetry callback plugin: remove code for Python < 3.7

* add changelog frag
This commit is contained in:
Alexei Znamensky 2024-12-31 11:06:40 +13:00 committed by GitHub
commit cd2dbbafcd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 20 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- opentelemetry callback plugin - remove code handling Python versions prior to 3.7 (https://github.com/ansible-collections/community.general/pull/9482).