From be057b027a83357c59bc696b4334ce7ad790b050 Mon Sep 17 00:00:00 2001 From: Tomer Nosrati Date: Mon, 1 Jul 2024 17:12:30 +0300 Subject: [PATCH] Exclude Unit 3.9 from CI (#2046) --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8692461a..59e6b372 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,6 +7,9 @@ jobs: strategy: matrix: python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + exclude: + - python-version: "3.9" + reason: "3.9 is currently flaky on GitHub Actions" steps: - name: Install system packages run: sudo apt-get update && sudo apt-get install libcurl4-openssl-dev libssl-dev