From aed2d7666c11ed070cc55169401e2020a937a3c6 Mon Sep 17 00:00:00 2001 From: Vito Di Benedetto <55766483+vitodb@users.noreply.github.com> Date: Wed, 28 Jun 2023 23:31:55 +0000 Subject: [PATCH] Disabling unit tests for python 3.6 --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 837796e4c..bce01c7b5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,7 +25,6 @@ jobs: strategy: matrix: python-version: - - "3.6" - "3.9" - "3.11"