Skip to content

Commit

Permalink
fix: update python version
Browse files Browse the repository at this point in the history
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
  • Loading branch information
yihong0618 committed Nov 28, 2024
1 parent 8219ff1 commit 2c973eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
python-version: ['3.11', '3.12']
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_data_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
id: setup_python
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.11'
cache: pip
cache-dependency-path: 'requirements.txt'

Expand Down
2 changes: 1 addition & 1 deletion README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ R.I.P. 希望大家都能健康顺利的跑过终点,逝者安息。
git clone https://github.com/yihong0618/running_page.git --depth=1
```

## 安装及测试 (node >= 16 python >= 3.8)
## 安装及测试 (node >= 20 python >= 3.11)

```bash
pip3 install -r requirements.txt
Expand Down

0 comments on commit 2c973eb

Please sign in to comment.