Skip to content

Commit

Permalink
Trying again with GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ronf committed May 18, 2024
1 parent e866e04 commit 5468dca
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 5468dca

Please sign in to comment.