From 8eae30560d9532624cd6ead3703e7e9c30a6b5c2 Mon Sep 17 00:00:00 2001 From: Michael Caley Date: Fri, 21 Apr 2023 21:19:07 -0400 Subject: [PATCH] Updating readme and adding release note for Python 3.7 deprecation --- README.rst | 2 +- .../notes/378-deprecate-python-37-07383e4320121a3d.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/378-deprecate-python-37-07383e4320121a3d.yaml diff --git a/README.rst b/README.rst index c4dfa562..e512975d 100644 --- a/README.rst +++ b/README.rst @@ -38,7 +38,7 @@ Documentation can be found at: https://aiospamc.readthedocs.io/ Requirements ------------ -* Python 3.7 or higher +* Python 3.8 or higher ------- Example diff --git a/releasenotes/notes/378-deprecate-python-37-07383e4320121a3d.yaml b/releasenotes/notes/378-deprecate-python-37-07383e4320121a3d.yaml new file mode 100644 index 00000000..8bdc64b3 --- /dev/null +++ b/releasenotes/notes/378-deprecate-python-37-07383e4320121a3d.yaml @@ -0,0 +1,4 @@ +--- +deprecations: + - | + Deprecating support for Python 3.7 :github:issue:`378`