Skip to content

Commit fad572c

Browse files
committed
Update dependencies
1 parent 385dbb7 commit fad572c

File tree

4 files changed

+166
-122
lines changed

4 files changed

+166
-122
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ matrix:
33
include:
44
- name: Code quality tests
55
env: TOXENV=black,flake8,mypy,docs,manifest
6-
python: 3.8
6+
python: 3.9
77
- name: Unit tests with Python 3.9
88
env: TOXENV=py39
99
python: 3.9
@@ -33,7 +33,7 @@ deploy:
3333
on:
3434
branch: main
3535
tags: true
36-
python: 3.8
36+
python: 3.9
3737
skip_existing: true
3838
user: mvanlonden
3939
password:

0 commit comments

Comments
 (0)