Skip to content

setup.py: bump PyJWT floor to >=2.11.0 to match the actual runtime requirement #368

setup.py: bump PyJWT floor to >=2.11.0 to match the actual runtime requirement

setup.py: bump PyJWT floor to >=2.11.0 to match the actual runtime requirement #368

Workflow file for this run

name: Lint
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Python 3.x
uses: actions/setup-python@v6
with:
python-version: '3.10'
- name: Install Dependencies
run: pip install tox
- name: Lint
run: tox -e style