From bf263b11181f4e44850e991282766b3bdf4f41e1 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 13 Jun 2022 16:05:52 +0900 Subject: Rename a release note file This change is follow-up of 074699225992ddc75c5e6ae9a8897c9301071bab and renames the release note file added by the commit, to use only normal characters in the file name. Change-Id: I0268b9637618aea5113b49d872e7fbfcbaf76231 --- releasenotes/notes/drop-python-3-6-and-3-7-* | 5 ----- releasenotes/notes/drop-python-3-6-and-3-7-f67097fa6894da52.yaml | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 releasenotes/notes/drop-python-3-6-and-3-7-* create mode 100644 releasenotes/notes/drop-python-3-6-and-3-7-f67097fa6894da52.yaml (limited to 'releasenotes') diff --git a/releasenotes/notes/drop-python-3-6-and-3-7-* b/releasenotes/notes/drop-python-3-6-and-3-7-* deleted file mode 100644 index db420d73..00000000 --- a/releasenotes/notes/drop-python-3-6-and-3-7-* +++ /dev/null @@ -1,5 +0,0 @@ ---- -upgrade: - - | - Python 3.6 & 3.7 support has been dropped. The minimum version of Python now - supported is Python 3.8. diff --git a/releasenotes/notes/drop-python-3-6-and-3-7-f67097fa6894da52.yaml b/releasenotes/notes/drop-python-3-6-and-3-7-f67097fa6894da52.yaml new file mode 100644 index 00000000..db420d73 --- /dev/null +++ b/releasenotes/notes/drop-python-3-6-and-3-7-f67097fa6894da52.yaml @@ -0,0 +1,5 @@ +--- +upgrade: + - | + Python 3.6 & 3.7 support has been dropped. The minimum version of Python now + supported is Python 3.8. -- cgit v1.2.1