From 9a4edb5a340195930ed6450eb7e06664580211e9 Mon Sep 17 00:00:00 2001 From: Daniel Simmons-Ritchie <37225902+SimmonsRitchie@users.noreply.github.com> Date: Fri, 15 Dec 2023 12:36:41 -0600 Subject: [PATCH] Revert "Upgrade CI python to 3.11" This reverts commit 7898459358e191fd87fb5801d1d8171c33107c1a. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 537175fdb..83795bb7e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: max-parallel: 4 matrix: - python-version: [3.11] + python-version: [3.9] steps: - uses: actions/checkout@v1