From 625e62cccbc0e3b301731e59e9f09b1339f4d66a Mon Sep 17 00:00:00 2001 From: Riskfolio Date: Wed, 6 Mar 2024 09:33:45 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 001b5a98..a196f938 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: fail-fast: false matrix: os: [ ubuntu-20.04, macos-11, windows-2022 ] - python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11"] # include: # - os: ubuntu-20.04 # python-version: 3.8 @@ -90,7 +90,7 @@ jobs: fail-fast: false matrix: os: [ ubuntu-20.04, macos-11, windows-2022 ] - python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: [ "3.8", "3.9", "3.10", "3.11"] # include: # - os: ubuntu-20.04 # python-version: 3.8