Skip to content

Commit 9f0b3cb

Browse files
authored
Merge pull request #100 from FledgeXu/ci
Add Python 3.11 to CI.
2 parents fa7b421 + 0d4b1ac commit 9f0b3cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
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", "3.9", "3.10"]
11+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
1212
steps:
1313
- name: install ffmpeg and gifsicle
1414
run: sudo apt update && sudo apt install ffmpeg gifsicle

0 commit comments

Comments
 (0)