Run tests on 3.10 during publish, refs #1482

This commit is contained in:
Simon Willison 2021-10-24 15:37:43 -07:00
commit 3a2ed6300d

View file

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}