Skip to content

Commit

Permalink
Dev (#4218)
Browse files Browse the repository at this point in the history
* update workflows

* add version

* update akracer

* update requirments.txt

* update akracer
  • Loading branch information
albertandking authored Oct 24, 2023
1 parent 1719a77 commit 76fd443
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main_dev_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.x'

Expand Down
3 changes: 2 additions & 1 deletion akshare/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2560,9 +2560,10 @@
1.11.44 add: add stock_cyq_em interface
1.11.45 add: add stock_balance_sheet_by_report_delisted_em interface
1.11.46 add: add akracer support
1.11.47 add: add akracer 0.0.8 support
"""

__version__ = "1.11.46"
__version__ = "1.11.47"
__author__ = "AKFamily"

import sys
Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@

## 更新说明详情

1.11.47 add: add akracer 0.0.8 support

1. 修复 akracer 0.0.8 support

1.11.46 add: add akracer support

1. 新增 akracer 支持 MacOS M 系列处理器使用
Expand Down Expand Up @@ -3026,6 +3030,8 @@

## 版本更新说明

1.11.47 add: add akracer 0.0.8 support

1.11.46 add: add akracer support

1.11.45 add: add stock_balance_sheet_by_report_delisted_em interface
Expand Down
3 changes: 2 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ openpyxl>=3.0.3
jsonpath>=0.82
tabulate>=0.8.6
decorator>=4.4.2
akracer>=0.0.4
py-mini-racer>=0.6.0
akracer>=0.0.9
commitizen>=2.35.0
pre-commit>=2.20.0
sphinx>=5.2.3
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ openpyxl>=3.0.3
jsonpath>=0.82
tabulate>=0.8.6
decorator>=4.4.2
akracer>=0.0.4
py-mini-racer>=0.6.0
akracer>=0.0.9
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ def get_version_string() -> str:
"jsonpath>=0.82",
"tabulate>=0.8.6",
"decorator>=4.4.2",
"akracer>=0.0.4",
"py-mini-racer>=0.6.0",
"akracer>=0.0.9",
],
package_data={"": ["*.py", "*.json", "*.pk", "*.js", "*.zip"]},
keywords=[
Expand Down

0 comments on commit 76fd443

Please sign in to comment.