From 9253e2320c784308f1ce63350276267de9b82d26 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Fri, 23 Oct 2020 17:45:21 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 368fc8f..29bbe9e 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ algorithms Telegram requires, namely: - **`AES256-CBC`** - used for [encrypted passport credentials](https://core.telegram.org/passport). Python [wheels are available](https://pypi.org/project/TgCrypto/#files) for hassle-free installations; they are -automatically built and tested using Travis CI (Linux, macOS) and AppVeyor (Windows), for both 32-bit and 64-bit -architectures. +automatically built and tested using Travis CI for Linux (i686, x86_64, AArch64), Windows (32-bit, 64-bit) and macOS +(x86_64). Even though TgCrypto is primarily intended for use with Pyrogram, you are free and welcome to use it for any other Python project too, as it's shipped as standalone package.