Skip to content

Commit 5388126

Browse files
committed
[MINOR] Add python 3.12 and 3.13 checks
1 parent 2d0cc4a commit 5388126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/commit_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
fail-fast: false
4141
matrix:
42-
python-version: ["3.10", "3.11"]
42+
python-version: ["3.10", "3.11", "3.12", "3.12"]
4343
steps:
4444
- uses: actions/checkout@v4
4545
- uses: ./.github/actions/build

0 commit comments

Comments
 (0)