Only build docs using Python 3.9

This commit is contained in:
snmishra 2021-02-17 20:46:28 -06:00 committed by GitHub
parent 782431f979
commit 482c25f663
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.9]
steps:
- uses: actions/checkout@v2