Skip to content

Implement async client interceptor #181

Implement async client interceptor

Implement async client interceptor #181

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
tests:
strategy:
fail-fast: false
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.11', '3.10', '3.9', '3.8', '3.7']
name: Python ${{matrix.python-version}} ${{matrix.platform}}
runs-on: ${{matrix.platform}}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v4
with:
python-version: ${{matrix.python-version}}
architecture: x64
- run: pip install nox==2022.1.7 toml==0.10.2 poetry==1.0.9
- run: nox --python ${{matrix.python-version}}