Bump CI to python 3.9 (#3869)

This commit is contained in:
Jesse Hills 2022-10-05 11:21:13 +13:00 committed by GitHub
parent e8ff36d1f3
commit 16249c02a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ jobs:
uses: actions/setup-python@v4
id: python
with:
python-version: "3.8"
python-version: "3.9"
- name: Cache virtualenv
uses: actions/cache@v3