Skip to content

Commit 6b8fb0a

Browse files
committed
doc: add info about requirements
1 parent 7a62165 commit 6b8fb0a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ From [PyPi](https://pypi.python.org/pypi/kubernetes_asyncio/) directly:
1818
pip install kubernetes_asyncio
1919
```
2020

21+
Requirements: Python 3.5.3+ ([required by aiohttp](https://aiohttp.readthedocs.io/en/stable/faq.html#why-is-python-3-5-3-the-lowest-supported-version)).
22+
2123
## Example
2224

2325
To list all pods:
@@ -60,7 +62,7 @@ like streaming, watching or reading configuration. Because of an early stage of
6062
|--|--------------------------------------------------------------------|---------------------------------------------------------------|
6163
| authentication method | gcp-token, azure-token, user-token, oidc-token, user-password, in-cluster | gcp-token (only via gcloud command), user-token, oidc-token, user-password, in-cluster |
6264
| refesh token | no | yes, optional |
63-
| python | 2.7 3.4 3.5 3.6 3.7 | 3.5 3.6 3.7 |
65+
| python | 2.7 3.4 3.5 3.6 3.7 | 3.5.3 3.6 3.7 |
6466
| streaming data via websocket from PODs | bidirectional | read-only is already implemented |
6567
| API version | 1.11.x (master branch) | 1.11.x |
6668

0 commit comments

Comments
 (0)