Skip to content

Commit

Permalink
feature/upgrade-frontend-dependencies (#55)
Browse files Browse the repository at this point in the history
* Upgrade frontend dependencies socket.io-client and axios

* Update publish python-version

* Update publish python-version
  • Loading branch information
yumiguan authored Dec 2, 2022
1 parent 2e0d3bf commit beb9f06
Show file tree
Hide file tree
Showing 7 changed files with 14,768 additions and 270 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: '3.6'
python-version: '3.7'
- name: Install python dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: '3.6'
python-version: '3.7'
- name: Install python dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

* macOS

* Python3.6及以上
* Python3.7及以上


## 安装
Expand Down
Loading

0 comments on commit beb9f06

Please sign in to comment.