From 6ac8019c5589b420bf4b7e3f834b8356ef27b256 Mon Sep 17 00:00:00 2001 From: Glyph Date: Thu, 2 May 2024 14:36:29 -0700 Subject: [PATCH] put 3.11 back This commit was sponsored by Jason Mills, Matt Campbell, hacklschorsch, and my other patrons. If you want to join them, you can support my work at https://glyph.im/patrons/. --- .github/workflows/cicd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index daaef23..4826267 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -271,6 +271,7 @@ jobs: with: python-version: | ${{ matrix.python-version }} + 3.11 - name: System Python Information uses: twisted/python-info-action@v1