Skip to content

Commit 2fefa8a

Browse files
Update required python version to >= 3.9 in docs (#806)
No need to run tests - it's just a doc change
1 parent 9aac8e3 commit 2fefa8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ pip install pandas-stubs
101101

102102
## Installation from sources
103103

104-
- Make sure you have `python >= 3.8` installed.
104+
- Make sure you have `python >= 3.9` installed.
105105
- Install poetry
106106

107107
```sh

docs/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Set Up Environment
22

3-
- Make sure you have `python >= 3.8` installed.
3+
- Make sure you have `python >= 3.9` installed.
44
- Install poetry: `pip install poetry`
55
- Install the project dependencies: `poetry update`
66
- Enter the virtual environment: `poetry shell`

0 commit comments

Comments
 (0)