Update doc versions, + downgrade 3.10 for conda.

This commit is contained in:
Nicolas Patry
2022-01-17 10:22:10 +01:00
parent a4cf53f6a7
commit 2c9d039ed0
2 changed files with 6 additions and 3 deletions

View File

@ -49,5 +49,6 @@ deploy_doc "558f2d87795ffc9d9786f1e923398e3eebe14187" v0.9.1 python
deploy_doc "558f2d87795ffc9d9786f1e923398e3eebe14187" v0.9.2 python
deploy_doc "558f2d87795ffc9d9786f1e923398e3eebe14187" v0.9.3 python
deploy_doc "python-v0.9.4" v0.9.4 python
deploy_doc "python-v0.10.0" v0.10.0 python
deploy_doc "python-v0.10.0" latest python override
deploy_doc "python-v0.10.3" v0.10.3 python
deploy_doc "python-v0.11.3" v0.11.3 python
deploy_doc "$GITHUB_SHA" latest python override

View File

@ -14,7 +14,9 @@ jobs:
strategy:
matrix:
os: [windows-latest, macos-latest]
python: ["3.7", "3.8", "3.9", "3.10"]
python: ["3.7", "3.8", "3.9"]
# 3.10 Not yet available on Conda.
# python: ["3.7", "3.8", "3.9", "3.10"]
steps:
- name: Checkout repository