mirror of
https://github.com/chatmail/core.git
synced 2026-05-06 16:36:59 +03:00
ci: reduce required Python version for deltachat-rpc-client
This commit is contained in:
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -242,12 +242,9 @@ jobs:
|
|||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
python: pypy3.10
|
python: pypy3.10
|
||||||
|
|
||||||
# Minimum Supported Python Version = 3.8
|
# Minimum Supported Python Version = 3.7
|
||||||
#
|
|
||||||
# Python 3.7 has at least one known bug related to starting subprocesses
|
|
||||||
# in asyncio programs: <https://bugs.python.org/issue35621>
|
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
python: 3.8
|
python: 3.7
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user