1
0
Fork 0
mirror of https://github.com/ansible-collections/community.mysql.git synced 2026-02-03 23:01:49 +00:00

Announce dropping Python 2 support (#735)

* Announce dropping Python 2 support

* major -> breaking in changelog
This commit is contained in:
Andrew Klychkov 2025-09-16 07:55:08 +02:00 committed by GitHub
parent 451f7e617d
commit 7a4f77fea2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
breaking_changes:
- Since version 4.0.0, the collection accepts code written in Python 3. Modules aren't tested against Python 2 and might not work in Python 2 environments.