Merge branch '2.0.x'

This commit is contained in:
David Lord 2021-11-15 13:26:06 -08:00
commit ea66c68553
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
9 changed files with 94 additions and 13 deletions

View file

@ -32,6 +32,8 @@ jobs:
- {name: '3.8', python: '3.8', os: ubuntu-latest, tox: py38}
- {name: '3.7', python: '3.7', os: ubuntu-latest, tox: py37}
- {name: 'PyPy', python: 'pypy-3.7', os: ubuntu-latest, tox: pypy37}
- {name: 'Pallets Minimum Versions', python: '3.10', os: ubuntu-latest, tox: py-min}
- {name: 'Pallets Development Versions', python: '3.7', os: ubuntu-latest, tox: py-dev}
- {name: Typing, python: '3.10', os: ubuntu-latest, tox: typing}
steps:
- uses: actions/checkout@v2