Skip to content

Commit 60ceac3

Browse files
committed
Update Python version to 3.12 in workflows and environment files
1 parent bf5ca24 commit 60ceac3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Install Python
5151
uses: actions/setup-python@v4
5252
with:
53-
python-version: '3.11'
53+
python-version: '3.12'
5454
architecture: 'x64'
5555
- uses: actions/download-artifact@v4
5656
with:

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ tasks:
2323
micromamba activate
2424
EOT
2525
source /workspace/bin/activate-env.sh
26-
micromamba install -n base -y python=3.11 nodejs=14 jupyterlab=4 yarn
26+
micromamba install -n base -y python=3.12 nodejs=14 jupyterlab=4 yarn
2727
python -m pip install -e ".[dev,test]" && jlpm && jlpm run build && jupyter labextension develop . --overwrite
2828
gp sync-done setup
2929
command: |

docs/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- conda-forge
44
dependencies:
55
- python-build
6-
- python=3.11
6+
- python=3.12
77
- pip
88
- mamba
99
- pydata-sphinx-theme

0 commit comments

Comments
 (0)