From 296ac878fa55ce38cf8b19c1c5bb7fe579357309 Mon Sep 17 00:00:00 2001 From: zhukovgreen Date: Wed, 18 Oct 2023 14:32:43 +0200 Subject: [PATCH] Add tests for python 3.12 --- .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 da46c7a..114fef6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: [ "3.8", "3.9", "3.10", "3.11" ] + python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ] os: [ "ubuntu-latest" ] name: CI steps: