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
commit ce544f370c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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).