From 5b2a1b9e7a48d0b065ed29488e7d38f07535d4f0 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 8 Aug 2021 10:24:54 +0200 Subject: [PATCH] Update CI to run on python 3.10 --- .github/workflows/ci.yml | 7 ++++--- Dockerfile | 2 +- requirements.txt | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03a1ab0f4..5e467ce5f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: strategy: matrix: os: [ ubuntu-18.04, ubuntu-20.04 ] - python-version: [3.7, 3.8, 3.9] + python-version: ["3.7", "3.8", "3.9", "3.10"] steps: - uses: actions/checkout@v2 @@ -51,6 +51,7 @@ 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 @@ -114,7 +115,7 @@ jobs: strategy: matrix: os: [ macos-latest ] - python-version: [3.7, 3.8, 3.9] + python-version: ["3.7", "3.8", "3.9", "3.10"] steps: - uses: actions/checkout@v2 @@ -205,7 +206,7 @@ jobs: strategy: matrix: os: [ windows-latest ] - python-version: [3.7, 3.8] + python-version: ["3.7", "3.8"] steps: - uses: actions/checkout@v2 diff --git a/Dockerfile b/Dockerfile index 8f5b85698..1d283e5c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9.9-slim-bullseye as base +FROM python:3.10.0-slim-bullseye as base # Setup env ENV LANG C.UTF-8 diff --git a/requirements.txt b/requirements.txt index e37cb5e76..3cf6cbb57 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ technical==1.3.0 tabulate==0.8.9 pycoingecko==2.2.0 jinja2==3.0.3 -tables==3.6.1 +tables==3.7.0 blosc==1.10.6 # find first, C search in arrays