Skip to content

Commit cc45e10

Browse files
authored
bump docs/build python to 3.11 (#1706)
1 parent e403741 commit cc45e10

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ on:
1111
schedule:
1212
- cron: '0 15 * * SUN'
1313

14-
env:
15-
PYTHON_VERSION: "3.11"
16-
1714
defaults:
1815
run:
1916
shell: bash -e {0}

.github/workflows/docs.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ defaults:
2727
run:
2828
shell: bash -e {0}
2929

30-
env:
31-
PYTHON_VERSION: "3.11"
32-
3330
jobs:
3431
pixi_lock:
3532
name: Pixi lock
@@ -89,7 +86,7 @@ jobs:
8986
fetch-depth: 0
9087
- uses: actions/setup-python@v6
9188
with:
92-
python-version: ${{ env.PYTHON_VERSION }}
89+
python-version: '3.13'
9390
- name: install
9491
run: pip install -v --prefer-binary -e ."[doc, examples, geo]"
9592
- name: pip list

pixi.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ features = ["py314", "required", "test-core"]
4646
no-default-feature = true
4747

4848
[environments.docs]
49-
features = ["py311", "required", "doc", "example", "geo", "graphviz"]
49+
features = ["py313", "required", "doc", "example", "geo", "graphviz"]
5050
no-default-feature = true
5151

5252
[environments.build]
53-
features = ["py311", "required", "build"]
53+
features = ["py313", "required", "build"]
5454
no-default-feature = true
5555

5656
[environments.lint]

0 commit comments

Comments
 (0)