From 9121d1bd9a92612722e4476cd39f6a528ea2be14 Mon Sep 17 00:00:00 2001 From: Jakub Kaczmarzyk Date: Fri, 27 Oct 2023 09:50:27 -0400 Subject: [PATCH] add python 3.12 to ci --- .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 3d2601f..047c942 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }}