launchd: remove conditional code for Python < 3.4 (#10909)

* launchd: remove conditional code for Python < 3.4

* add changelog frag
This commit is contained in:
Alexei Znamensky 2025-10-12 19:56:05 +13:00 committed by GitHub
commit 056633efaa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 11 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- launchd - remove conditional code supporting Python versions prior to 3.4 (https://github.com/ansible-collections/community.general/pull/10909).