From c72085aa4acfe2894a6c6ee29d0eafd9524c86c7 Mon Sep 17 00:00:00 2001 From: Alyssa Travitz <31974495+atravitz@users.noreply.github.com> Date: Mon, 3 Mar 2025 07:00:08 -0800 Subject: [PATCH] bump single file installers to python 3.11 (#1166) * bump to python 3.11 * updating install construct yaml * update construct.yaml --- .github/workflows/installer.yaml | 2 +- devtools/installer/construct.yaml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/installer.yaml b/.github/workflows/installer.yaml index 2e025801..acb0fe9e 100644 --- a/.github/workflows/installer.yaml +++ b/.github/workflows/installer.yaml @@ -41,7 +41,7 @@ jobs: micromamba-binary-path: ~/.local/bin/micromamba environment-name: installer create-args: >- - python=3.10 + python=3.11 jinja2 constructor init-shell: bash diff --git a/devtools/installer/construct.yaml b/devtools/installer/construct.yaml index 7a18d388..71b88f78 100644 --- a/devtools/installer/construct.yaml +++ b/devtools/installer/construct.yaml @@ -19,7 +19,9 @@ specs: - pip - pytest - pytest-xdist - - python 3.10.* + # python needs to match https://github.com/googlecolab/backend-info/blob/main/os-info.txt + # until colab pushes a fix + - python 3.11.11 # Not building an .exe for windows or a .pkg for macOS installer_type: sh