From 5468dca9e01b6b515a316b0d8d65eb8c43bfbff4 Mon Sep 17 00:00:00 2001 From: Ron Frederick Date: Sat, 18 May 2024 15:06:16 -0700 Subject: [PATCH] Trying again with GitHub actions --- .github/workflows/run_tests.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 294eb67..35b38d1 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -10,9 +10,6 @@ jobs: os: [ubuntu-latest, macos-latest, windows-latest] python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] include: - - os: macos-latest - python-version: "3.7" - arch: "x86" - os: macos-latest python-version: "3.10" openssl-version: "3" @@ -23,6 +20,10 @@ jobs: python-version: "3.12" openssl-version: "3" exclude: + # having trouble with arch arm64 on macos-ltest on Python 3.7 + - os: macos-latest + python-version: "3.7" + # test hangs on these combination - os: windows-latest python-version: "3.8"