Skip to content

Commit f6cbba8

Browse files
Add Python 3.11 to CI workflow
1 parent 1eb50f9 commit f6cbba8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
matrix:
1313
python-version: ['3.8',
1414
'3.9',
15-
'3.10' ]
15+
'3.10',
16+
'3.11',]
1617

1718
steps:
1819
- name: Checkout

0 commit comments

Comments
 (0)