Skip to content

Commit b02d3da

Browse files
committed
Add Python 3.11 to CI test matrix
Signed-off-by: Sahas Subramanian <[email protected]>
1 parent 2dd1758 commit b02d3da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
- "3.8"
1414
- "3.9"
1515
- "3.10"
16+
- "3.11"
1617
runs-on: ${{ matrix.os }}
1718

1819
steps:
@@ -49,7 +50,7 @@ jobs:
4950
- name: Set up Python
5051
uses: actions/setup-python@v4
5152
with:
52-
python-version: "3.10"
53+
python-version: "3.11"
5354

5455
- name: Install build dependencies
5556
run: |

0 commit comments

Comments
 (0)