mirror of https://github.com/ansible/ansible.git
Remove Python 3.5 support (#80972)
* Remove Python 3.5 support * changelog * add requested changes * Update changelogs/fragments/remove-python3.5.yml Co-authored-by: Matt Clay <matt@mystile.com> * remove Python3 < 3.5 error handling * remove Python3 < 3.5 error handling in TE too --------- Co-authored-by: Matt Clay <matt@mystile.com>pull/81064/head
parent
660f1726c8
commit
ecbbd7e5d1
@ -0,0 +1,2 @@
|
||||
removed_features:
|
||||
- module_utils/basic.py - Removed Python 3.5 as a supported remote version. Python 2.7 or Python 3.6+ is now required.
|
Loading…
Reference in New Issue