Skip to content

Commit ad5ce35

Browse files
Merge pull request #10 from arvindrajan92/FANPR-2
FANPR-2 - Undoing removing maximum Python requirement upper bound for Linux and MacOS
2 parents 2d0baaf + c043f67 commit ad5ce35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ pip install fastanpr
2222
```
2323
### Requirements
2424
- Windows:
25-
- Python >=3.9, <3.11
25+
- Python >=3.8, <3.11
2626
- Ubuntu, macOS, Raspbian:
27-
- Python >=3.9, <3.12
27+
- Python >=3.8, <3.12
2828

2929
## Usage
3030
```python

0 commit comments

Comments
 (0)