archive: lzma is standard in Python 3.7+ (#10908)

* archive: lzma is standard in Python 3.7+

* add changelog frag
This commit is contained in:
Alexei Znamensky
2025-10-12 00:42:01 +13:00
committed by GitHub
parent 3734f471c1
commit ce544f370c
2 changed files with 7 additions and 23 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- archive - remove conditional code for older Python versions (https://github.com/ansible-collections/community.general/pull/10908).