1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-02-04 07:51:50 +00:00

mqtt: remove code for unsupported Python versions (#10980)

* mqtt: remove code for unsupported Python versions

* add changelog frag
This commit is contained in:
Alexei Znamensky 2025-10-26 20:01:52 +13:00 committed by GitHub
parent 032d398c0a
commit fa662c0f1a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 24 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- mqtt - remove provisions for unsupported Python versions (https://github.com/ansible-collections/community.general/pull/10980).