From dd1ded58ec63eb35eb08df10810b0a9bda9033df Mon Sep 17 00:00:00 2001 From: Arseny Boykov Date: Thu, 19 Dec 2024 17:40:12 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=EF=B8=8F=20Remove=20Pytho?= =?UTF-8?q?n=203.6,=203.7=20from=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59657ff..f98ffba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: fail-fast: false matrix: os: [" ubuntu-22.04", "macos-latest", "windows-latest"] - python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] defaults: run: shell: bash # required for windows @@ -73,7 +73,7 @@ jobs: fail-fast: false matrix: os: [" ubuntu-22.04", "macos-latest", "windows-latest"] - python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] defaults: run: shell: bash # required for windows