From 482648494e4af9fcc2b912f5378706302e5e5e34 Mon Sep 17 00:00:00 2001 From: Martin Krizek Date: Wed, 17 Apr 2024 20:59:34 +0200 Subject: [PATCH] Add changelog about target Python versions support (#83071) See #83054 --- changelogs/fragments/python-support.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changelogs/fragments/python-support.yml diff --git a/changelogs/fragments/python-support.yml b/changelogs/fragments/python-support.yml new file mode 100644 index 00000000000..75d17b7d91a --- /dev/null +++ b/changelogs/fragments/python-support.yml @@ -0,0 +1,2 @@ +removed_features: + - Removed Python 2.7 and Python 3.6 as a supported remote version. Python 3.7+ is now required for target execution.