From e1cf422ac81c233f1437ce834c3e1253420f8637 Mon Sep 17 00:00:00 2001 From: Kevin Phoenix Date: Wed, 3 Jul 2024 22:13:51 -0700 Subject: [PATCH] Use older ubuntu to support python 3.7 --- .github/workflows/python-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 183c46e8212..491cae19d8a 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-24.04, windows-2022, macOS-14] + os: [ubuntu-22.04, windows-2022, macOS-14] python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] steps: