github actions: exclude matrix containing an upstream bug

This commit is contained in:
lilydjwg 2023-03-26 20:51:19 +08:00
parent 414c20a60f
commit 1bbbdca638

View File

@ -22,6 +22,11 @@ jobs:
- aiohttp - aiohttp
- tornado - tornado
- httpx[http2]>=0.14.0 - 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: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v3 uses: actions/checkout@v3