Skip to content

Commit 5ef8806

Browse files
committed
add python 3.11 tto workflow
1 parent 3b1ebcb commit 5ef8806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- 9400:9400
4949
strategy:
5050
matrix:
51-
python-version: [ "3.8", "3.9", "3.10" ]
51+
python-version: [ "3.8", "3.9", "3.10", '3.11']
5252

5353
name: Python ${{ matrix.python-version }} testing
5454

0 commit comments

Comments
 (0)