💥 Remove: 移除 Python 3.8 支持 (#2641)

This commit is contained in:
Ju4tCode
2024-04-16 00:33:48 +08:00
committed by GitHub
parent e93ee1ffec
commit 4a02dde83f
69 changed files with 1811 additions and 1848 deletions

View File

@ -15,7 +15,7 @@ import Messenger from "@site/src/components/Messenger";
:::caution 前提条件
- 请确保你的 Python 版本 >= 3.8
- 请确保你的 Python 版本 >= 3.9
- **我们强烈建议使用虚拟环境进行开发**,如果没有使用虚拟环境,请确保已经卸载可能存在的 NoneBot v1
```bash
pip uninstall nonebot
@ -32,7 +32,7 @@ import Messenger from "@site/src/components/Messenger";
## 安装脚手架
确保你已经安装了 Python 3.8 及以上版本,然后在命令行中执行以下命令:
确保你已经安装了 Python 3.9 及以上版本,然后在命令行中执行以下命令:
1. 安装 [pipx](https://pypa.github.io/pipx/)