Skip to content

Commit f526556

Browse files
committed
1.2.7: README.md: update requirement python >= 3.9
1 parent a6be9b6 commit f526556

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
- For more indicators, welcome to [request a proposal](https://github.com/kaelzhang/stock-pandas/issues/new?assignees=&labels=feature&template=FEATURE_REQUEST.md&title=), or fork and send me a pull request, or extend stock-pandas yourself. You might read the [Advanced Sections](https://github.com/kaelzhang/stock-pandas#advanced-sections) below.
3737
- To [cumulate][cumulation] kline data based on a given time frame, so that it could easily handle real-time data updates.
3838

39-
`stock-pandas` makes automatical trading much easier. `stock-pandas` requires Python >= **3.6** and Pandas >= **1.0.0**(for now)
39+
`stock-pandas` makes automatical trading much easier. `stock-pandas` requires Python >= **3.9** and Pandas >= **1.0.0**(for now)
4040

4141
With the help of `stock-pandas` and mplfinance, we could easily draw something like:
4242

@@ -64,12 +64,12 @@ xcode-select --install
6464
If you use docker with `Dockerfile` and use python image,
6565

6666
```Dockerfile
67-
FROM python:3.8
67+
FROM python:3.9
6868

6969
...
7070
```
7171

72-
The default `python:3.8` image already contains g++, so we do not install g++ additionally.
72+
The default `python:3.9` image already contains g++, so we do not install g++ additionally.
7373

7474
#### Install `stock-pandas`
7575

stock_pandas/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
cumulators
2121
)
2222

23-
__version__ = '1.2.6'
23+
__version__ = '1.2.7'

0 commit comments

Comments
 (0)