mirror of
https://github.com/OpenFreeEnergy/openfe.git
synced 2026-06-04 14:14:22 +08:00
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:
2
.github/workflows/installer.yaml
vendored
2
.github/workflows/installer.yaml
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user