Skip to content

Commit

Permalink
Update doc versions, + downgrade 3.10 for conda.
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil committed Jan 17, 2022
1 parent a4cf53f commit 2c9d039
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/deploy_doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 3 additions & 1 deletion .github/workflows/python-release-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c9d039

Please sign in to comment.