bazel runners do not support python 3.9
This commit is contained in:
1
.github/workflows/amd64_linux_bazel.yml
vendored
1
.github/workflows/amd64_linux_bazel.yml
vendored
@@ -9,7 +9,6 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
python: [
|
||||
{version: '3.9'},
|
||||
{version: '3.10'},
|
||||
{version: '3.11'},
|
||||
{version: '3.12'},
|
||||
|
||||
1
.github/workflows/amd64_macos_bazel.yml
vendored
1
.github/workflows/amd64_macos_bazel.yml
vendored
@@ -9,7 +9,6 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
python: [
|
||||
{version: '3.9'},
|
||||
{version: '3.10'},
|
||||
{version: '3.11'},
|
||||
{version: '3.12'},
|
||||
|
||||
1
.github/workflows/amd64_windows_bazel.yml
vendored
1
.github/workflows/amd64_windows_bazel.yml
vendored
@@ -10,7 +10,6 @@ jobs:
|
||||
matrix:
|
||||
runner: [windows-2022]
|
||||
python: [
|
||||
{version: '3.9'},
|
||||
{version: '3.10'},
|
||||
{version: '3.11'},
|
||||
{version: '3.12'},
|
||||
|
||||
Reference in New Issue
Block a user