*Actually* use 3.9 for docs

This commit is contained in:
Adrian Sampson 2021-03-06 16:59:49 -05:00
parent 748e5318b4
commit defe96b132
No known key found for this signature in database
GPG key ID: BDB93AB409CC8705

View file

@ -49,10 +49,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python 2.7
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 2.7
python-version: 3.9
- name: Install base dependencies
run: |