Skip to content

Add leeway parameter for JWT | refs #146 #6

Add leeway parameter for JWT | refs #146

Add leeway parameter for JWT | refs #146 #6

Workflow file for this run

name: tox
on: [push, pull_request]
jobs:
tox:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
python: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python }}
- run: pip install --upgrade pip
- run: pip install "tox<4"
- run: tox -e py