Run tests against Python 3.9

This commit is contained in:
Simon Willison 2020-10-09 09:22:49 -07:00 committed by GitHub
commit 6e091b14b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View file

@ -14,7 +14,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: 3.9
- uses: actions/cache@v2
name: Configure pip caching
with: