From 1bbbdca63890b9bd0cca1ead8c6bc3de0fe833f3 Mon Sep 17 00:00:00 2001 From: lilydjwg Date: Sun, 26 Mar 2023 20:51:19 +0800 Subject: [PATCH] github actions: exclude matrix containing an upstream bug --- .github/workflows/tests.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 846d838..ab09046 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -22,6 +22,11 @@ jobs: - aiohttp - tornado - httpx[http2]>=0.14.0 + exclude: + # Python 3.7 has a bug with openssl 3.x: https://bugs.python.org/issue43788 + # https://github.com/lilydjwg/nvchecker/actions/runs/4524633969/jobs/7968599431 + - python-version: "3.7" + deps: tornado steps: - name: Checkout code uses: actions/checkout@v3