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
parent 6bb7a1cc73
commit cd2dbbafcd
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).