From 3941935c36668b1e601a90819954bf44dc78558d Mon Sep 17 00:00:00 2001
From: Villu Ruusmann <villu.ruusmann@gmail.com>
Date: Fri, 8 Dec 2023 10:16:52 +0200
Subject: [PATCH] Fixed commit 79941ba055

---
 .github/workflows/python.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/python.yaml b/.github/workflows/python.yaml
index 920b3b7..1e9723b 100644
--- a/.github/workflows/python.yaml
+++ b/.github/workflows/python.yaml
@@ -13,6 +13,8 @@ jobs:
       matrix:
         python: [3.8, 3.9, '3.10']
         sklearn: [1.0.2, 1.1.3, 1.2.2, 1.3.2]
+        exclude:
+          - python: '3.10'
 
     steps:
     - uses: actions/checkout@v2