Skip to content

Commit

Permalink
0.9.62 不再支持 python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
zengbin93 committed Dec 21, 2024
1 parent 55f1e69 commit 161c523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install lxml==4.9.2
pip install lxml
pip install -r requirements.txt
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 161c523

Please sign in to comment.