Skip to content

Commit

Permalink
Dev (#4217)
Browse files Browse the repository at this point in the history
* add akracer

* add akracer

* add akracer

* update akracer

* add macos-arm64

* add macos-arm64

* update arm64

* update test

* update macos

* update macos-latest-large

* update main_dev_check.yml

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

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

Expand Down
3 changes: 2 additions & 1 deletion akshare/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2559,9 +2559,10 @@
1.11.43 fix: fix get_futures_daily interface
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
"""

__version__ = "1.11.45"
__version__ = "1.11.46"
__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.46 add: add akracer support

1. 新增 akracer 支持 MacOS M 系列处理器使用

1.11.45 add: add stock_balance_sheet_by_report_delisted_em interface

1. 新增 stock_balance_sheet_by_report_delisted_em 接口
Expand Down Expand Up @@ -3022,6 +3026,8 @@

## 版本更新说明

1.11.46 add: add akracer support

1.11.45 add: add stock_balance_sheet_by_report_delisted_em interface

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

0 comments on commit 1719a77

Please sign in to comment.