Skip to content

Commit

Permalink
updated markdown message
Browse files Browse the repository at this point in the history
  • Loading branch information
hitblast committed Oct 9, 2024
1 parent ac59b23 commit 38564b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. <br>
> 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. <br>
## ✨ Inspirations

Expand All @@ -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.
Expand Down

0 comments on commit 38564b8

Please sign in to comment.