From 2627a878e177f81fbe5fbd124da4962b65d78ac1 Mon Sep 17 00:00:00 2001 From: Ryan Kingsbury Date: Fri, 25 Aug 2023 14:35:35 -0400 Subject: [PATCH] GH actions: add py3.7 to auto deps action --- .github/workflows/upgrade-dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upgrade-dependencies.yml b/.github/workflows/upgrade-dependencies.yml index 9cd0ed92b..b0ce00c2c 100644 --- a/.github/workflows/upgrade-dependencies.yml +++ b/.github/workflows/upgrade-dependencies.yml @@ -16,7 +16,7 @@ jobs: matrix: os: ['ubuntu-latest', 'macos-latest'] package: ["."] - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v3 with: