Skip to content

Commit

Permalink
fix: revert docs python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-Shen committed Aug 12, 2024
1 parent 54e63c4 commit 553aca4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.11]
python-version: [3.8]
poetry-version: ['1.2.2']
os: [ubuntu-20.04]
runs-on: ${{ matrix.os }}
Expand Down
4 changes: 2 additions & 2 deletions README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ labelu
# 安装miniconda
# https://docs.conda.io/en/latest/miniconda.html

# 创建虚拟环境(python = 3.11)
conda create -n labelu python=3.11
# 创建虚拟环境(python = 3.8)
conda create -n labelu python=3.8

# 激活虚拟环境
conda activate labelu
Expand Down

0 comments on commit 553aca4

Please sign in to comment.