From 4c4029f73843057cbfe0e3f472b15f32dd7fced3 Mon Sep 17 00:00:00 2001 From: Andrew Spittlemeister Date: Sat, 30 Jul 2022 15:38:56 -0500 Subject: [PATCH] I guess not --- .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 b479bbf..e1e9a35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.10", "3.11rc"] + python-version: ["3.10"] steps: - uses: actions/checkout@v2