Skip to content

Commit 3048eea

Browse files
committed
CI: bump versions
1 parent 7de66e5 commit 3048eea

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

.github/workflows/doc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
python-version: [3.9]
25+
python-version: [3.11]
2626
steps:
2727
- uses: actions/checkout@v4
2828
with:
@@ -62,5 +62,5 @@ jobs:
6262
ssh-key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
6363
repository-name: fury-gl/fury-website
6464
folder: ./docs/build/html-web-only
65-
target-folder: v0.11.x
65+
target-folder: v0.12.x
6666
clean: false

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
python-version: [3.9, '3.10', 3.11, 3.12]
28+
python-version: ['3.10', 3.11, 3.12]
2929
os: [ubuntu-latest, macos-latest, windows-latest]
3030
platform: [x64]
3131
install-type: [pip, ] # conda]

docs/source/_static/versions_switcher.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,18 @@
55
"url": "https://fury.gl/dev/index.html"
66
},
77
{
8-
"name": "v0.10.x (stable)",
8+
"name": "v0.12.x (stable)",
99
"version": "stable",
10+
"url": "https://fury.gl/v0.12.x/index.html"
11+
},
12+
{
13+
"name": "v0.11.x",
14+
"version": "v0.11.x",
15+
"url": "https://fury.gl/v0.11.x/index.html"
16+
},
17+
{
18+
"name": "v0.10.x (stable)",
19+
"version": "v0.10.x",
1020
"url": "https://fury.gl/v0.10.x/index.html"
1121
},
1222
{

0 commit comments

Comments
 (0)