From 2c973eb4c14b8ff0e113b88ae7d0f532204a5e6c Mon Sep 17 00:00:00 2001 From: yihong0618 Date: Thu, 28 Nov 2024 09:14:22 +0800 Subject: [PATCH] fix: update python version Signed-off-by: yihong0618 --- .github/workflows/ci.yml | 2 +- .github/workflows/run_data_sync.yml | 2 +- README-CN.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c67c4d26ef3..1b8f7268bf9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.github/workflows/run_data_sync.yml b/.github/workflows/run_data_sync.yml index eb381360e8d..87890408c3a 100644 --- a/.github/workflows/run_data_sync.yml +++ b/.github/workflows/run_data_sync.yml @@ -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' diff --git a/README-CN.md b/README-CN.md index cc29721216a..04c8a8865f6 100644 --- a/README-CN.md +++ b/README-CN.md @@ -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