ci: reduce required Python version for deltachat-rpc-client

This commit is contained in:
link2xt
2023-10-06 19:44:13 +00:00
parent f984a27379
commit 8ba89c0fa1

View File

@@ -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: <https://bugs.python.org/issue35621>
# Minimum Supported Python Version = 3.7
- os: ubuntu-latest
python: 3.8
python: 3.7
runs-on: ${{ matrix.os }}
steps: