From 2c110f26ce4c3f870db328b9118d380f54c035e1 Mon Sep 17 00:00:00 2001 From: Kevin Gartland Date: Thu, 21 Mar 2024 09:39:25 -0400 Subject: [PATCH] remove python 3.7 tests --- .github/workflows/main.yml | 2 +- .github/workflows/nightly.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7613cc53..a4c43d69 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] include: - os: macos-latest python-version: '3.9' diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml index 018c4cba..3dfd24d6 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] + python-version: ['3.8', '3.9', '3.10', '3.11'] include: - os: macos-latest python-version: '3.9'