From 6aa612a004bf68b6c604a17aa7e6b2760e555afb Mon Sep 17 00:00:00 2001 From: Dustin Spicuzza Date: Thu, 16 May 2024 19:49:20 -0400 Subject: [PATCH] Update github actions --- .github/workflows/dist.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dist.yml b/.github/workflows/dist.yml index 0ec4934..d519911 100644 --- a/.github/workflows/dist.yml +++ b/.github/workflows/dist.yml @@ -33,8 +33,8 @@ jobs: strategy: matrix: os: [windows-latest, macos-latest, ubuntu-20.04] - python_version: [3.5, 3.6, 3.7, 3.8] - architecture: [x86, x64] + python_version: [3.8] + architecture: [x64] exclude: - os: macos-latest architecture: x86