Skip to content

Commit 3d905f6

Browse files
authored
Drops Support For Python 3.6 (#544)
* drops support for python 3.6 * removes python 3.6 from ci
1 parent 428632a commit 3d905f6

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ workflows:
144144
build:
145145
jobs:
146146
# - build-python27
147-
- build-test-python36
147+
# - build-test-python36
148148
- build-test-python37
149149
- build-python38
150150
- build-python39

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@ It allows rapid trading algo development easily, with support for
1010
both REST and streaming data interfaces. For details of each API behavior,
1111
please see the online [API document](https://alpaca.markets/docs/api-documentation/api-v2/market-data/alpaca-data-api-v2/).
1212

13-
Note that this package supports only python version 3.6 and above, due to
14-
the async/await and websockets module dependency.
13+
Note that this package supports only python version 3.7 and above.
1514

1615
## Install
17-
We support python>=3.6. If you want to work with python 3.6, please note that these package dropped support for python <3.7 for the following versions:
16+
We support python>=3.7. If you want to work with python 3.6, please note that these package dropped support for python <3.7 for the following versions:
1817
```
1918
pandas >= 1.2.0
2019
numpy >= 1.20.0

0 commit comments

Comments
 (0)