bazel runners do not support python 3.9

This commit is contained in:
Laurent Perron
2024-10-09 13:22:36 +02:00
parent 319db74fad
commit a2249e332b
3 changed files with 0 additions and 3 deletions

View File

@@ -9,7 +9,6 @@ jobs:
strategy:
matrix:
python: [
{version: '3.9'},
{version: '3.10'},
{version: '3.11'},
{version: '3.12'},

View File

@@ -9,7 +9,6 @@ jobs:
strategy:
matrix:
python: [
{version: '3.9'},
{version: '3.10'},
{version: '3.11'},
{version: '3.12'},

View File

@@ -10,7 +10,6 @@ jobs:
matrix:
runner: [windows-2022]
python: [
{version: '3.9'},
{version: '3.10'},
{version: '3.11'},
{version: '3.12'},