From 977c54e6933cd5fa2da8f0b7026d2e826720a48a Mon Sep 17 00:00:00 2001 From: Poolitzer Date: Sun, 12 Jun 2022 15:27:50 +0200 Subject: [PATCH] Fix: Making clear that we drop python 3.6 --- CHANGES.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 86898c73b..d2036fd1f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,10 @@ Version 13.12 This is the technical changelog for version 13.12. More elaborate release notes can be found in the news channel `@pythontelegrambotchannel `_. +**Breaking changes:** + +- Drop support for python 3.6 + **Major Changes:** - Full Support for API 6.0 (`#3027`_)