bump single file installers to python 3.11 (#1166)

* bump to python 3.11

* updating install construct yaml

* update construct.yaml
This commit is contained in:
Alyssa Travitz
2025-03-03 07:00:08 -08:00
committed by GitHub
parent 527ae9e5c0
commit c72085aa4a
2 changed files with 4 additions and 2 deletions

View File

@@ -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

View File

@@ -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