Skip to content

Commit

Permalink
chore: update python version deps
Browse files Browse the repository at this point in the history
  • Loading branch information
darwintree committed Aug 26, 2024
1 parent 997a086 commit 26535af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7"]
python-version: ["3.9"]
name: Test python API
steps:
- uses: actions/checkout@v1
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,15 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] # 3.7 is tested in coverage
python-version: ["3.8", "3.10", "3.11", "3.12"] # 3.9 is tested in coverage

steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Set up Docker
uses: docker-practice/actions-setup-docker@master
with:
docker_version: '24.0.6'

- name: Install dependencies
run: |
pip install ".[tester]"
Expand Down
2 changes: 1 addition & 1 deletion docs/zh-CN/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Python-conflux-sdk 帮助开发者使用 python 与 Conflux 区块链交互,

## Quickstart

安装需求: python >= 3.7
安装需求: python >= 3.8

```bash
pip3 install conflux-web3
Expand Down

0 comments on commit 26535af

Please sign in to comment.