Skip to content

Commit

Permalink
移除 Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
zetaloop committed Nov 4, 2024
1 parent d193104 commit 8350fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Test.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ conda create -n py313 python=3.13 -y

进入项目文件夹,在每个测试环境中试用 IDLE-CN。
```bash
conda activate py38
conda activate py313
pip install .
python -m idlelib
conda deactivate
Expand Down

0 comments on commit 8350fe7

Please sign in to comment.