From 19b7dce401962b41ca87e59713b0d91b15b6c03f Mon Sep 17 00:00:00 2001 From: bieniekmat Date: Sun, 16 Jun 2024 17:47:23 +0100 Subject: [PATCH] dropping support for python 3.9, and checking the dependancies for 3.11 --- .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 718ac311..5aef3f17 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -10,7 +10,7 @@ jobs: fail-fast: false matrix: os: [ "ubuntu-latest" ] - python-version: ["3.9", "3.10"] + python-version: [3.10", "3.11"] max-parallel: 5 steps: