From 77536a74c1b554118efa8cf1a71e0b1d79ee7b26 Mon Sep 17 00:00:00 2001 From: Pierre Verkest Date: Tue, 23 Jul 2024 16:23:31 +0200 Subject: [PATCH] fix: ci test against py3.12 and remove support to old py37 and py38 --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b341f15..5a2e19f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,11 +36,10 @@ jobs: fail-fast: false matrix: python-version: - - "3.7" - - "3.8" - "3.9" - "3.10" - "3.11" + - "3.12" os: - ubuntu-latest - windows-latest