Update references to remove python 3.7 support

This commit is contained in:
Matthias
2022-01-24 16:29:56 +01:00
parent eb677ad9b6
commit d9347e9900
13 changed files with 21 additions and 24 deletions

View File

@@ -5,9 +5,6 @@ python -m pip install --upgrade pip wheel
$pyv = python -c "import sys; print(f'{sys.version_info.major}.{sys.version_info.minor}')"
if ($pyv -eq '3.7') {
pip install build_helpers\TA_Lib-0.4.24-cp37-cp37m-win_amd64.whl
}
if ($pyv -eq '3.8') {
pip install build_helpers\TA_Lib-0.4.24-cp38-cp38-win_amd64.whl
}