From a3fcf9346bc306f5a6ba56b258d2644aef9b47d7 Mon Sep 17 00:00:00 2001 From: Derek Visch Date: Mon, 3 Apr 2023 11:00:55 -0400 Subject: [PATCH] no 3.11 support yet because of the SDK --- .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 6071fdb..0d56886 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: [3.7, 3.8, 3.9, "3.10", "3.11"] + python-version: [3.7, 3.8, 3.9, "3.10"] os: [ubuntu-latest, windows-latest, macos-latest] steps: