Skip to content

Commit 3bda03b

Browse files
committed
tests on py3.6-3.10
1 parent 504c997 commit 3bda03b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
max-parallel: 3
1010
matrix:
11-
python-version: [3.6, 3.7, 3.8]
11+
python-version: [3.6, 3.7, 3.8, 3.9, 3.10]
1212
steps:
1313
- name: install ffmpeg and gifsicle
1414
run: sudo apt update && sudo apt install ffmpeg gifsicle

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py36, py37, py38, black, coverage
2+
envlist = py36, py37, py38, py39, py310, black, coverage
33

44
[testenv]
55
passenv =

0 commit comments

Comments
 (0)