mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 07:31:23 -07:00
Unvendor distutils.version (#3988)
* Unvendor distutils.version. * Document breaking change.
This commit is contained in:
parent
ebc0ef882a
commit
29e8f5f8cf
4 changed files with 15 additions and 348 deletions
4
changelogs/fragments/3988-distutils-vendor-removed.yml
Normal file
4
changelogs/fragments/3988-distutils-vendor-removed.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
minor_changes:
|
||||
- "Remove vendored copy of ``distutils.version`` in favor of vendored copy included with ansible-core 2.12+. For ansible-core 2.11, uses ``distutils.version`` for Python < 3.12. There is no support for ansible-core 2.11 with Python 3.12+ (https://github.com/ansible-collections/community.general/pull/3988)."
|
||||
breaking_changes:
|
||||
- "Parts of this collection do not work with ansible-core 2.11 on Python 3.12+. Please either upgrade to ansible-core 2.12+, or use Python 3.11 or earlier (https://github.com/ansible-collections/community.general/pull/3988)."
|
Loading…
Add table
Add a link
Reference in a new issue