Skip to content

Commit

Permalink
CI: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
skoudoro committed Dec 12, 2024
1 parent 7de66e5 commit 3048eea
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.9]
python-version: [3.11]
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -62,5 +62,5 @@ jobs:
ssh-key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
repository-name: fury-gl/fury-website
folder: ./docs/build/html-web-only
target-folder: v0.11.x
target-folder: v0.12.x
clean: false
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.9, '3.10', 3.11, 3.12]
python-version: ['3.10', 3.11, 3.12]
os: [ubuntu-latest, macos-latest, windows-latest]
platform: [x64]
install-type: [pip, ] # conda]
Expand Down
12 changes: 11 additions & 1 deletion docs/source/_static/versions_switcher.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,18 @@
"url": "https://fury.gl/dev/index.html"
},
{
"name": "v0.10.x (stable)",
"name": "v0.12.x (stable)",
"version": "stable",
"url": "https://fury.gl/v0.12.x/index.html"
},
{
"name": "v0.11.x",
"version": "v0.11.x",
"url": "https://fury.gl/v0.11.x/index.html"
},
{
"name": "v0.10.x (stable)",
"version": "v0.10.x",
"url": "https://fury.gl/v0.10.x/index.html"
},
{
Expand Down

0 comments on commit 3048eea

Please sign in to comment.