Skip to content

Commit d0604e6

Browse files
committed
added comment
1 parent d6d6fbb commit d0604e6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ You can install the package using pip:
2525
pip install prometrix
2626
```
2727

28+
29+
> **⚠️ Note:** For Python **3.8 support**, you must use version **0.2.3 or below** of `prometrix`.
30+
> From `0.2.4` onward, `prometrix` requires **Python ≥ 3.9**.
31+
2832
Usage
2933
-----
3034

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "prometrix"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
authors = ["Avi Kotlicky <[email protected]>"]
55
readme = "README.md"
66
packages = [{include = "prometrix"}]

0 commit comments

Comments
 (0)