Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Python to 3.11.7 #1217

Merged
merged 18 commits into from
Aug 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
af643cc
Bump Python to 3.11.7
climbfuji Aug 5, 2024
a12300c
Update .gitmodules and submodule pointer for spack for code review an…
climbfuji Aug 5, 2024
89fa6ea
Bump Python in Github actions to 3.11.7
climbfuji Aug 5, 2024
ee7ca35
Revert .gitmodules and update submodule pointer for spack
climbfuji Aug 6, 2024
34a66d1
Merge branch 'develop' of https://github.com/jcsda/spack-stack into f…
climbfuji Aug 8, 2024
559fca5
Update submodule pointer for spack
climbfuji Aug 9, 2024
b74f34b
Merge branch 'develop' of https://github.com/jcsda/spack-stack into f…
climbfuji Aug 9, 2024
4152e8d
Merge branch 'develop' of https://github.com/jcsda/spack-stack into f…
climbfuji Aug 15, 2024
85fe5d4
Add 'py-dask +delayed' to gmao-swell-env and add comments in that pac…
climbfuji Aug 15, 2024
f1f1e54
Merge branch 'develop' into feature/py-dask-in-ue
climbfuji Aug 16, 2024
73f280b
Merge branch 'develop' of https://github.com/jcsda/spack-stack into f…
climbfuji Aug 16, 2024
89f8983
Merge branch 'develop' into feature/py-dask-in-ue
climbfuji Aug 16, 2024
2a996bd
Merge branch 'develop' of https://github.com/jcsda/spack-stack into f…
climbfuji Aug 16, 2024
ea57f81
Merge branch 'develop' of https://github.com/jcsda/spack-stack into f…
climbfuji Aug 16, 2024
f75dd84
Merge branch 'develop' into feature/py-dask-in-ue
climbfuji Aug 16, 2024
81879f8
Merge branch 'feature/py-dask-in-ue' of https://github.com/climbfuji/…
climbfuji Aug 16, 2024
713fa7d
Merge branch 'develop' into feature/python_3p11p7
climbfuji Aug 23, 2024
3ed6e32
Merge branch 'develop' into feature/python_3p11p7
climbfuji Aug 23, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/macos-ci-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
module use ${ENVDIR}/install/modulefiles/Core
module load stack-apple-clang/14.0.3
module load stack-openmpi/5.0.3
module load stack-python/3.10.13
module load stack-python/3.11.7
module available

module load jedi-ufs-env
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-ci-x86_64-gnu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
module use ${ENVDIR}/install/modulefiles/Core
module load stack-gcc/11.4.0
module load stack-openmpi/5.0.3
module load stack-python/3.10.13
module load stack-python/3.11.7
module available

module load jedi-ufs-env
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-ci-x86_64-intel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ jobs:
module use ${ENVDIR}/install/modulefiles/Core
module load stack-intel/2021.10.0
module load stack-intel-oneapi-mpi/2021.10.0
module load stack-python/3.10.13
module load stack-python/3.11.7
module available

module load jedi-ufs-env
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-ci-x86_64-oneapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ jobs:
module use ${ENVDIR}/install/modulefiles/Core
module load stack-oneapi/2024.2.0
module load stack-intel-oneapi-mpi/2021.13
module load stack-python/3.10.13
module load stack-python/3.11.7
module available

module load jedi-ufs-env
Expand Down
2 changes: 1 addition & 1 deletion configs/common/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ packages:
proj:
require: '~tiff'
python:
require: '@3.10.13'
require: '@3.11.7'
py-attrs:
# https://github.com/JCSDA/spack-stack/issues/740
require: '@21.4.0'
Expand Down
Loading