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 }}