udm_user, homectl: use legacycrypt on Python 3.13+ (#8987)

Use legacycrypt on Python 3.13+.
This commit is contained in:
Felix Fontein 2024-10-07 21:56:37 +02:00 committed by GitHub
parent 8610223d03
commit 29a2df8e6b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 43 additions and 13 deletions

View file

@ -0,0 +1,3 @@
bugfixes:
- "homectl - the module now tries to use ``legacycrypt`` on Python 3.13+ (https://github.com/ansible-collections/community.general/issues/4691, https://github.com/ansible-collections/community.general/pull/8987)."
- "udm_user - the module now tries to use ``legacycrypt`` on Python 3.13+ (https://github.com/ansible-collections/community.general/issues/4690, https://github.com/ansible-collections/community.general/pull/8987)."