Skip to content

Commit 61ba10a

Browse files
committed
chore: Try integration test on py310
Signed-off-by: Hai Nguyen <quanghai.ng1512@gmail.com>
1 parent 62f5e3e commit 61ba10a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_local_integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
python-version: [ "3.8" ]
22+
python-version: [ "3.10" ]
2323
os: [ ubuntu-latest ]
2424
env:
2525
OS: ${{ matrix.os }}

0 commit comments

Comments
 (0)