Update dockerfile to 3.10

This commit is contained in:
Matthias 2021-12-30 11:09:49 +01:00
parent 5b2a1b9e7a
commit 505d4bacd5
1 changed files with 2 additions and 3 deletions

View File

@ -3,9 +3,9 @@ name: Freqtrade CI
on:
push:
branches:
- master
- stable
- develop
- python_10
tags:
release:
types: [published]
@ -51,7 +51,6 @@ jobs:
- name: Installation - *nix
run: |
sudo apt-get install -y libhdf5-serial-dev
python -m pip install --upgrade pip
export LD_LIBRARY_PATH=${HOME}/dependencies/lib:$LD_LIBRARY_PATH
export TA_LIBRARY_PATH=${HOME}/dependencies/lib
@ -206,7 +205,7 @@ jobs:
strategy:
matrix:
os: [ windows-latest ]
python-version: ["3.7", "3.8"]
python-version: ["3.7", "3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v2