From fc5ef8fe2714cdad2de984c2aa95223073336507 Mon Sep 17 00:00:00 2001 From: Lachlan Grose Date: Wed, 29 Nov 2023 11:01:27 +1100 Subject: [PATCH] Update release-please.yml --- .github/workflows/release-please.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index b9599ff1e..65395b0ca 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -9,7 +9,7 @@ jobs: fail-fast: false matrix: os: ["ubuntu-latest", "windows-latest"] #"macos-latest", - python-version: ["3.7","3.8","3.9","3.10"] + python-version: ["3.8","3.9","3.10"] steps: - uses: actions/checkout@v2 - uses: conda-incubator/setup-miniconda@v2 @@ -87,7 +87,7 @@ jobs: fail-fast: false matrix: os: ["ubuntu-latest", "windows-latest"] - python-version: ["3.10","3.9","3.8","3.7"] + python-version: ["3.10","3.9","3.8"] steps: - uses: conda-incubator/setup-miniconda@v2 with: