1
0
Fork 0
mirror of https://github.com/ansible-collections/community.mysql.git synced 2026-02-03 23:01:49 +00:00
community.mysql/changelogs/fragments/2-drop_mysql_client.yml
Andrew Klychkov 04b663b3b7
Remove testing against mysqlclient (#736)
* Remove testing against mysqlclient

* Fix

* Update TESTING.md
2025-09-16 09:56:04 +02:00

2 lines
287 B
YAML

breaking_changes:
- collection - stop testing against mysqlclient connector as its support was deprecated in this collection - use PyMySQL connector instead! It'll stop working in 5.0.0 when we remove all related code (https://github.com/ansible-collections/community.mysql/issues/654).