mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 04:46:29 +03:00
ci: test async python bindings with Python 3.11
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -231,10 +231,14 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
# Async Python bindings do not depend on Python version,
|
||||||
|
# but are tested on Python 3.11 until Python 3.12 support
|
||||||
|
# is added to `aiohttp` dependency:
|
||||||
|
# https://github.com/aio-libs/aiohttp/issues/7646
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
python: 3.12
|
python: 3.11
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
python: 3.12
|
python: 3.11
|
||||||
|
|
||||||
# PyPy tests
|
# PyPy tests
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user