We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa7b421 + 0d4b1ac commit 9f0b3cbCopy full SHA for 9f0b3cb
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
max-parallel: 3
10
matrix:
11
- python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
+ python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
12
steps:
13
- name: install ffmpeg and gifsicle
14
run: sudo apt update && sudo apt install ffmpeg gifsicle
0 commit comments