diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index c91295b56..ad169f484 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -22,7 +22,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.9] + python-version: [3.11] steps: - uses: actions/checkout@v4 with: @@ -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 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 08e5e1250..c856c11a7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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] diff --git a/docs/source/_static/versions_switcher.json b/docs/source/_static/versions_switcher.json index bf8a8f2c8..f48fef5f5 100644 --- a/docs/source/_static/versions_switcher.json +++ b/docs/source/_static/versions_switcher.json @@ -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" }, {