From 195447fec7911dfc28434299610c60f885c2a233 Mon Sep 17 00:00:00 2001 From: tbkizle Date: Wed, 13 Sep 2023 09:07:18 -0400 Subject: [PATCH] Update Python Versions in CI 3.7 is eol 3.8 is oldest still in support 3.10 is newest libtorrent provides wheels for. --- .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 6fc6b5b729..a6c8d37917 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - python-version: ["3.7", "3.10"] + python-version: ["3.8", "3.9", "3.10"] steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it @@ -74,7 +74,7 @@ jobs: runs-on: windows-2022 strategy: matrix: - python-version: ["3.7", "3.10"] + python-version: ["3.8", "3.9", "3.10"] steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it