From 323447b6f32f0465a0bd981660d4df7d9bb5e8f1 Mon Sep 17 00:00:00 2001 From: Maciej Nasinski Date: Sun, 22 Oct 2023 14:28:08 +0200 Subject: [PATCH] add 3.11to actions --- .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 925c15c..6993f15 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python: ["3.8", "3.9", "3.10"] + python: ["3.8", "3.9", "3.10", "3.11"] # Set up operating system runs-on: ${{ matrix.os }}