From 0b1208c78ff1c8ba5e83332a7401d9ab7e6e3062 Mon Sep 17 00:00:00 2001 From: Jakub Kaczmarzyk Date: Tue, 13 Feb 2024 12:21:22 -0500 Subject: [PATCH] add python 3.12 to ci (#197) --- .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 9b618cf..2cde8f9 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 }}