From a7e286e6eedb0cf142bffdbdfa87f1fcaf2b70ce Mon Sep 17 00:00:00 2001 From: Carl Montanari Date: Sun, 12 May 2024 08:09:21 -0700 Subject: [PATCH] chore: pin back genie until someone wants to fix that ;P --- .github/workflows/commit.yaml | 4 ++-- .github/workflows/weekly.yaml | 2 +- requirements-genie.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/commit.yaml b/.github/workflows/commit.yaml index e834104b..65d54957 100644 --- a/.github/workflows/commit.yaml +++ b/.github/workflows/commit.yaml @@ -9,7 +9,7 @@ jobs: max-parallel: 1 matrix: os: [ubuntu-latest] - version: ["3.12"] + version: ["3.11"] steps: - uses: actions/checkout@v4 - name: set up python ${{ matrix.version }} @@ -30,7 +30,7 @@ jobs: max-parallel: 1 matrix: os: [ubuntu-latest] - version: ["3.12"] + version: ["3.11"] steps: - uses: actions/checkout@v4 - name: set up python ${{ matrix.version }} diff --git a/.github/workflows/weekly.yaml b/.github/workflows/weekly.yaml index e899b2a3..d393c8a9 100644 --- a/.github/workflows/weekly.yaml +++ b/.github/workflows/weekly.yaml @@ -13,7 +13,7 @@ jobs: max-parallel: 1 matrix: os: [ubuntu-latest] - version: ["3.12"] + version: ["3.11"] steps: - uses: actions/checkout@v4 with: diff --git a/requirements-genie.txt b/requirements-genie.txt index c00e8230..cf981cf3 100644 --- a/requirements-genie.txt +++ b/requirements-genie.txt @@ -1,2 +1,2 @@ -genie>=20.2 ; sys_platform != "win32" and python_version < "3.11" +genie>=20.2,<24.4 ; sys_platform != "win32" and python_version < "3.11" pyats>=20.2 ; sys_platform != "win32" and python_version < "3.11" \ No newline at end of file