Drop support for Python 3.6, refs #517

This commit is contained in:
Simon Willison 2022-12-09 17:25:23 -08:00
commit e660635cea
3 changed files with 4 additions and 5 deletions

View file

@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v3