Skip to content

Commit 2a412bf

Browse files
Add Python 3.12 to CI test matrix. (#31)
Signed-off-by: Kanishk Pachauri <[email protected]>
1 parent e082935 commit 2a412bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
fail-fast: true
3535
matrix:
36-
python-version: ["3.8", "3.9", "3.10", "3.11"]
36+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
3737
steps:
3838
- name: Checkout repository
3939
uses: actions/checkout@v4

0 commit comments

Comments
 (0)