Skip to content

Commit

Permalink
📝 Add minimum Python version notice in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
arxyzan committed Jun 28, 2024
1 parent cb42c7e commit 211e43e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Hezar is a library that:
- and more!

## Installation
Hezar is available on PyPI and can be installed with pip:
Hezar is available on PyPI and can be installed with pip (**Python 3.10 and later**):
```
pip install hezar
```
Expand Down
5 changes: 4 additions & 1 deletion docs/get_started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ them on any machine is a piece of cake!
```
pip install hezar
```
```{note}
Since v0.39.0, `hezar` is only installable with `Python 3.10` or later!
```
### Installation variations
Hezar is packed with a lot of tools that are dependent on other packages. Most of the
time you might not want everything to be installed, hence, providing multiple variations of
Expand Down Expand Up @@ -37,5 +40,5 @@ import hezar
print(hezar.__version__)
```
```
0.23.1
0.39.1
```

0 comments on commit 211e43e

Please sign in to comment.