From 1dac4bd1d7b9341953d66d0825e33dfee8c175aa Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Mon, 24 Oct 2022 20:10:45 -0400 Subject: [PATCH] Run CI on Python 3.11 Signed-off-by: Alex Nelson --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 38c6e3c..ded9ba3 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -32,7 +32,7 @@ jobs: matrix: python-version: - '3.7' - - '3.10' + - '3.11' steps: - uses: actions/checkout@v2