Skip to content

Commit 098f2bb

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

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

.travis.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
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 -r requirements.txt
8+
- pip3.10 install -e .
89
script: pytest -m "not compiled" --cov=pythonwhat
910
deploy:
1011
provider: pypi

requirements.txt

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

8-
numpy~=1.19.5
9-
pandas~=1.3.2
8+
numpy~=1.22.1
9+
pandas~=1.4.0
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
16-
requests~=2.26.0
15+
h5py~=3.6.0
16+
requests~=2.27.1
1717
seaborn~=0.11.2
18-
sqlalchemy~=1.4.23
18+
sqlalchemy~=1.4.31
1919
xlrd~=2.0.1
20-
openpyxl~=3.0.7
20+
openpyxl~=3.0.9
2121

2222
# test-utils deps
2323
pytest~=6.2.5
24-
pytest-cov~=2.12.1
24+
pytest-cov~=3.0.0
2525

2626
# building documentation
2727
sphinx~=4.1.2

0 commit comments

Comments
 (0)