Skip to content

Commit

Permalink
ci: test async python bindings with Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed Oct 4, 2023
1 parent 7fc2b06 commit 210a4eb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,10 +231,14 @@ jobs:
fail-fast: false
matrix:
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
python: 3.12
python: 3.11
- os: macos-latest
python: 3.12
python: 3.11

# PyPy tests
- os: ubuntu-latest
Expand Down

0 comments on commit 210a4eb

Please sign in to comment.