Skip to content

Commit d7f23df

Browse files
committed
feat: python3.10
1 parent d4a0c9a commit d7f23df

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.travis.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
sudo: false
2+
dist: focal
23
language: python
34
python:
4-
- '3.9'
5+
- "3.10.2"
56
before_install:
6-
- pip3.9 install -r requirements.txt
7-
- pip3.9 install -e .
7+
- pip3.10 install --upgrade numpy
8+
- pip3.10 install -r requirements.txt
9+
- pip3.10 install -e .
810
script: pytest -m "not compiled" --cov=pythonwhat
911
deploy:
1012
provider: pypi

requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ dill~=0.3.4
55
markdown2~=2.3.10
66
jinja2~=2.11.3
77

8-
numpy~=1.19.5
8+
numpy~=1.22.1
99
pandas~=1.3.2
1010

1111
# test deps
12-
scipy~=1.7.1
12+
scipy~=1.7.3
1313
bs4~=0.0.1
1414
html5lib~=1.1
15-
h5py~=3.1.0
15+
h5py~=3.6.0
1616
requests~=2.26.0
1717
seaborn~=0.11.2
1818
sqlalchemy~=1.4.23

0 commit comments

Comments
 (0)