Skip to content

Commit 70733e3

Browse files
removing python version 3.9 from integration test matrix
1 parent 83acd3d commit 70733e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- "mnist-keras numpyhelper"
2626
- "mnist-pytorch numpyhelper"
2727
- "server-functions numpyhelper"
28-
python_version: ["3.9", "3.10", "3.11", "3.12"]
28+
python_version: ["3.10", "3.11", "3.12"]
2929
os:
3030
- ubuntu-24.04
3131
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)