Skip to content

Commit 229dbb5

Browse files
authored
Update compat table in the README (#193)
* Update compat table in the README * Update README.md
1 parent 5e7bb48 commit 229dbb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515

1616
## Requirements
1717

18-
- `python >=3.8`
18+
- `python >=3.9`
1919

2020
### Compatibility
2121

2222
#### With Jupyter
2323

2424
| status | `jupyterlite-pyodide-kernel` | `jupyterlite-core` | `jupyterlab` | `notebook` | `retrolab` |
2525
| :----: | :--------------------------: | :----------------: | :------------: | :------------: | :----------: |
26-
| pre | `0.6.*` | `>=0.6,<0.7` | `>=4.4.0,<4.5` | `>=7.4.0,<7.5` | - |
26+
| stable | `0.6.*` | `>=0.6,<0.7` | `>=4.4.3,<4.5` | `>=7.4.3,<7.5` | - |
2727
| stable | `0.5.*` | `>=0.5,<0.6` | `>=4.3.0,<4.4` | `>=7.3.0,<7.4` | - |
2828
| stable | `0.4.*` | `>=0.4,<0.5` | `>=4.2.0,<4.3` | `>=7.2.0,<7.3` | - |
2929
| stable | `0.3.*` | `>=0.3,<0.4` | `>=4.1.1,<4.2` | `>=7.1.0,<7.2` | - |

0 commit comments

Comments
 (0)