From 8ba89c0fa10eb22b23bdac2bcac2a8602dbd13a8 Mon Sep 17 00:00:00 2001 From: link2xt Date: Fri, 6 Oct 2023 19:44:13 +0000 Subject: [PATCH] ci: reduce required Python version for deltachat-rpc-client --- .github/workflows/ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a27eda396..64e6dc19e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -242,12 +242,9 @@ jobs: - os: macos-latest python: pypy3.10 - # Minimum Supported Python Version = 3.8 - # - # Python 3.7 has at least one known bug related to starting subprocesses - # in asyncio programs: + # Minimum Supported Python Version = 3.7 - os: ubuntu-latest - python: 3.8 + python: 3.7 runs-on: ${{ matrix.os }} steps: