From 38564b8df3ba371f8ed225c80e96bc2ecc8b0982 Mon Sep 17 00:00:00 2001 From: HitBlast Date: Wed, 9 Oct 2024 13:15:18 +0600 Subject: [PATCH] updated markdown message --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6937a10..c836a7d 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ A modern Pythonic implementation of the popular Bengali phonetic-typing software **avro.py** provides a fully fledged, batteries-included text parser which can parse, reverse and even convert English Roman script into its phonetic equivalent (unicode) of Bengali. At its core, it implements an extensively modified version of the **Avro Phonetic Dictionary Search Library** by [Mehdi Hasan Khan](https://github.com/mugli). -> The original project ([pyAvroPhonetic](https://github.com/kaustavdm/pyAvroPhonetic)) can only be used on versions up to **Python 2.7** and doesn't contain proper support for Python's third major version AKA Python 3. It is noteworthy that Python 2 has officially been deprecated by the original maintainers and its usage is being discouraged overall.
+> Update: As of October 2024, Python 3.8 has reached its EOL, so for keeping this project updated, the minimum required version will be Python 3.9 from now onwards. It is strongly suggested that you migrate your project for better compatibility.
## ✨ Inspirations @@ -37,7 +37,7 @@ This package is inspired from Rifat Nabi's jsAvroPhonetic library and derives fr ## 🔨 Installation -This package requires **Python 3.8 or higher** to be used inside your development environment. +This package requires **Python 3.9 or higher** to be used inside your development environment. ```sh # Install / upgrade.