From e5ddf2a7ff92142c99a792759fd7bd5d2504de22 Mon Sep 17 00:00:00 2001 From: Ewald Date: Tue, 25 Jan 2022 11:53:37 +0100 Subject: [PATCH] feat: python3.10 --- .travis.yml | 7 ++++--- requirements.txt | 20 ++++++++++---------- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2add2bd..4ae2365 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,11 @@ sudo: false +dist: focal language: python python: -- '3.9' +- "3.10.2" before_install: -- pip3.9 install -r requirements.txt -- pip3.9 install -e . +- pip3.10 install -r requirements.txt +- pip3.10 install -e . script: pytest -m "not compiled" --cov=pythonwhat deploy: provider: pypi diff --git a/requirements.txt b/requirements.txt index c497129..13d4c8a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,26 +2,26 @@ protowhat~=2.1.0 asttokens~=2.0.5 dill~=0.3.4 -markdown2~=2.3.10 -jinja2~=2.11.3 +markdown2~=2.4.2 +jinja2~=3.0.3 -numpy~=1.19.5 -pandas~=1.3.2 +numpy~=1.22.1 +pandas~=1.4.0 # test deps -scipy~=1.7.1 +scipy~=1.7.3 bs4~=0.0.1 html5lib~=1.1 -h5py~=3.1.0 -requests~=2.26.0 +h5py~=3.6.0 +requests~=2.27.1 seaborn~=0.11.2 -sqlalchemy~=1.4.23 +sqlalchemy~=1.4.31 xlrd~=2.0.1 -openpyxl~=3.0.7 +openpyxl~=3.0.9 # test-utils deps pytest~=6.2.5 -pytest-cov~=2.12.1 +pytest-cov~=3.0.0 # building documentation sphinx~=4.1.2