diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f8dad768..d61678b46 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,6 @@ on: branches: - stable - develop - - python_10 tags: release: types: [published] diff --git a/build_helpers/TA_Lib-0.4.22-cp310-cp310-win_amd64.whl b/build_helpers/TA_Lib-0.4.22-cp310-cp310-win_amd64.whl new file mode 100644 index 000000000..d3477abd1 Binary files /dev/null and b/build_helpers/TA_Lib-0.4.22-cp310-cp310-win_amd64.whl differ diff --git a/build_helpers/install_windows.ps1 b/build_helpers/install_windows.ps1 index cda87e98d..6247a344f 100644 --- a/build_helpers/install_windows.ps1 +++ b/build_helpers/install_windows.ps1 @@ -14,6 +14,8 @@ if ($pyv -eq '3.8') { if ($pyv -eq '3.9') { pip install build_helpers\TA_Lib-0.4.22-cp39-cp39-win_amd64.whl } - +if ($pyv -eq '3.10') { + pip install build_helpers\TA_Lib-0.4.22-cp310-cp310-win_amd64.whl +} pip install -r requirements-dev.txt pip install -e .