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
parent 21122e926b
commit 056633efaa
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).