From a6f8682712b9ecedb04db0f18401485892f3dc70 Mon Sep 17 00:00:00 2001
From: Jesse Haviland <jhavl@users.noreply.github.com>
Date: Mon, 29 Jul 2024 14:56:36 +1000
Subject: [PATCH] Update test_future.yml

---
 .github/workflows/test_future.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/test_future.yml b/.github/workflows/test_future.yml
index 7471d76f..b1791a57 100644
--- a/.github/workflows/test_future.yml
+++ b/.github/workflows/test_future.yml
@@ -8,10 +8,13 @@ jobs:
   unittest:
 
     runs-on: ${{ matrix.os }}
+    
+    continue-on-error: true
+    
     strategy:
       matrix:
         os: [windows-latest, ubuntu-latest, macos-12]
-        python-version: [3.8, 3.9, '3.10', '3.11', '3.12']
+        python-version: [3.9, '3.10', '3.11', '3.12']
 
     steps:
     - name: Set up Python ${{ matrix.python-version }}