We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2af5f0c commit 75695a0Copy full SHA for 75695a0
.github/workflows/pytest_cpu.yml
@@ -37,7 +37,7 @@ jobs:
37
strategy:
38
matrix:
39
runner: ["linux-x86-n2-64", "linux-arm64-t2a-48", "windows-x86-n2-64"]
40
- python: ["3.10"]
+ python: ["3.10", "3.11", "3.12", "3.13"]
41
42
runs-on: ${{ matrix.runner }}
43
container: ${{ (contains(matrix.runner, 'linux-x86') && 'us-central1-docker.pkg.dev/tensorflow-sigs/tensorflow/ml-build:latest') ||
0 commit comments