From a6f0f962b05a9d93ee86a1b8f752212dac0e60ef Mon Sep 17 00:00:00 2001 From: Yasser Tahiri Date: Thu, 2 Nov 2023 22:54:17 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20remove=20python=203.7=20&=20supp?= =?UTF-8?q?ort=20python=203.12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 c66bfd05..b1941d08 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: fail-fast: false matrix: os: [ubuntu, macos, windows] - python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] runs-on: ${{ matrix.os }}-latest steps: