From 82570e7bae59b7efb1194cbe7c7aa8164b533981 Mon Sep 17 00:00:00 2001 From: Carl Montanari Date: Sun, 12 May 2024 08:10:34 -0700 Subject: [PATCH] chore: stick to 3.11 in ci bits for now --- .github/workflows/commit.yaml | 2 +- .github/workflows/weekly.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/commit.yaml b/.github/workflows/commit.yaml index 71276fa..fa08fad 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 }} diff --git a/.github/workflows/weekly.yaml b/.github/workflows/weekly.yaml index e899b2a..d393c8a 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: