Skip to content

Commit 75695a0

Browse files
committed
Add all Python versions to run_pytest job
1 parent 2af5f0c commit 75695a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest_cpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
strategy:
3838
matrix:
3939
runner: ["linux-x86-n2-64", "linux-arm64-t2a-48", "windows-x86-n2-64"]
40-
python: ["3.10"]
40+
python: ["3.10", "3.11", "3.12", "3.13"]
4141

4242
runs-on: ${{ matrix.runner }}
4343
container: ${{ (contains(matrix.runner, 'linux-x86') && 'us-central1-docker.pkg.dev/tensorflow-sigs/tensorflow/ml-build:latest') ||

0 commit comments

Comments
 (0)