From a98e5871d24399e963bb07cdddec3fbd2ab02d0b Mon Sep 17 00:00:00 2001 From: JRoot Junior Date: Sat, 19 Oct 2024 14:31:54 +0300 Subject: [PATCH] Added changelog --- CHANGES/1589.misc.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CHANGES/1589.misc.rst diff --git a/CHANGES/1589.misc.rst b/CHANGES/1589.misc.rst new file mode 100644 index 00000000..80c531c8 --- /dev/null +++ b/CHANGES/1589.misc.rst @@ -0,0 +1,16 @@ +Checked compatibility with Python 3.13 (added to the CI/CD processes), +so now aiogram is totally compatible with it. + +Dropped compatibility with Python 3.8 due to this version being `EOL `_. + +.. warning:: + + In some cases you will need to have the installed compiler (Rust or C++) + to install some of the dependencies to compile packages from source on `pip install` command. + + - If you are using Windows, you will need to have the `Visual Studio `_ installed. + - If you are using Linux, you will need to have the `build-essential` package installed. + - If you are using macOS, you will need to have the `Xcode `_ installed. + + When developers of this dependencies will release new versions with precompiled wheels for Windows, Linux and macOS, + this action will not be necessary anymore until the next version of the Python interpreter.