Deprecate Python 2.6 (#388)

* Deprecate Python 2.6 support.

* Document deprecations in README.
This commit is contained in:
Felix Fontein
2022-06-30 20:47:46 +02:00
committed by GitHub
parent f41d7ac1b8
commit 00ddbbdeb2
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
deprecated_features:
- "Support for Python 2.6 is deprecated and will be removed in the next major release (community.docker 3.0.0).
Some modules might still work with Python 2.6, but we will no longer try to ensure compatibility
(https://github.com/ansible-collections/community.docker/pull/388)."