Skip to content

Commit

Permalink
Pin Python 3.12
Browse files Browse the repository at this point in the history
Initial commit attempting to support Python 3.12.

Closes idaholab#29764
  • Loading branch information
milljm committed Jan 30, 2025
1 parent 4d0bbd6 commit 77df3ba
Show file tree
Hide file tree
Showing 16 changed files with 26 additions and 24 deletions.
2 changes: 1 addition & 1 deletion conda/libmesh-vtk/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ mpi:
- openmpi

moose_mpi:
- moose-mpi 2024.12.23
- moose-mpi 2025.01.30

#### Darwin SDK SYSROOT
CONDA_BUILD_SYSROOT: # [osx]
Expand Down
2 changes: 1 addition & 1 deletion conda/libmesh-vtk/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# libmesh/*
#
# As well as any directions pertaining to modifying those files.
{% set build = 5 %}
{% set build = 6 %}
{% set vtk_version = "9.3.0" %}
{% set vtk_friendly_version = "9.3" %}
{% set sha256 = "fdc7b9295225b34e4fdddc49cd06e66e94260cb00efee456e0f66568c9681be9" %}
Expand Down
8 changes: 4 additions & 4 deletions conda/libmesh/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ mpi:
- openmpi

moose_petsc:
- moose-petsc 3.22.1.193.g72c1e49ee3d mpich_1
- moose-petsc 3.22.1.193.g72c1e49ee3d openmpi_1
- moose-petsc 3.22.1.193.g72c1e49ee3d mpich_2
- moose-petsc 3.22.1.193.g72c1e49ee3d openmpi_2

moose_libmesh_vtk:
- moose-libmesh-vtk 9.3.0 mpich_5
- moose-libmesh-vtk 9.3.0 openmpi_5
- moose-libmesh-vtk 9.3.0 mpich_6
- moose-libmesh-vtk 9.3.0 openmpi_6

zip_keys:
- mpi
Expand Down
2 changes: 1 addition & 1 deletion conda/libmesh/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# As well as any directions pertaining to modifying those files.
# ALSO: Follow the directions in scripts/tests/versioner_hashes.yaml
{% set build = 1 %}
{% set build = 2 %}
{% set version = "2024.12.02" %}

package:
Expand Down
10 changes: 5 additions & 5 deletions conda/moose-dev/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ mpi:
- openmpi

moose_libmesh:
- moose-libmesh 2024.12.02 mpich_1
- moose-libmesh 2024.12.02 openmpi_1
- moose-libmesh 2024.12.02 mpich_2
- moose-libmesh 2024.12.02 openmpi_2

moose_wasp:
- moose-wasp 2024.12.23
- moose-wasp 2025.01.30

moose_tools:
- moose-tools 2024.12.23
- moose-tools 2025.01.30

moose_peacock:
- moose-peacock 2024.12.23
- moose-peacock 2025.01.30

zip_keys:
- mpi
Expand Down
2 changes: 1 addition & 1 deletion conda/moose-dev/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# REMEMBER TO UPDATE the .yaml files for the following packages:
# moose/conda_build_config.yaml
# As well as any directions pertaining to modifying those files.
{% set version = "2024.12.23" %}
{% set version = "2025.01.30" %}

package:
name: moose-dev
Expand Down
2 changes: 1 addition & 1 deletion conda/moose/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ mpi:
- openmpi

moose_dev:
- moose-dev 2024.12.23
- moose-dev 2025.01.30

#### Darwin SDK SYSROOT
CONDA_BUILD_SYSROOT: # [osx]
Expand Down
6 changes: 3 additions & 3 deletions conda/mpi/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
# As well as any directions pertaining to modifying those files.
# ALSO: Follow the directions in scripts/tests/versioner_hashes.yaml
{% set version = "2024.12.23" %}
{% set version = "2025.01.30" %}

# HDF5 Version
{% set hdf5_version = "1.14.2" %}
Expand Down Expand Up @@ -97,7 +97,7 @@ outputs:
- zlib
- m4
run_constrained:
- python >=3.9,<3.12
- python >=3.9,<3.13
test:
commands:
- test -f $PREFIX/etc/conda/activate.d/activate_zzz_moose-mpi-base.sh
Expand All @@ -110,7 +110,7 @@ outputs:
- name: moose-python
requirements:
run:
- python >=3.9,<3.12
- python >=3.9,<3.13
- packaging
- paramiko
- requests
Expand Down
2 changes: 1 addition & 1 deletion conda/peacock/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ mpi:
- openmpi

moose_mpi:
- moose-mpi 2024.12.23
- moose-mpi 2025.01.30
4 changes: 2 additions & 2 deletions conda/peacock/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# moose-dev/*
#
# As well as any directions pertaining to modifying those files.
{% set version = "2024.12.23" %}
{% set version = "2025.01.30" %}

package:
name: moose-peacock
Expand All @@ -29,7 +29,7 @@ requirements:
- vtk
run_constrained:
# Python max constraints
- python <{{3.12}}
- python <{{3.13}}

test:
imports:
Expand Down
2 changes: 1 addition & 1 deletion conda/petsc/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ mpi:
- openmpi

moose_mpi:
- moose-mpi 2024.12.23
- moose-mpi 2025.01.30

#### Darwin SDK SYSROOT
CONDA_BUILD_SYSROOT: # [osx]
Expand Down
2 changes: 1 addition & 1 deletion conda/petsc/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# As well as any directions pertaining to modifying those files.
# ALSO: Follow the directions in scripts/tests/versioner_hashes.yaml
{% set build = 1 %}
{% set build = 2 %}
{% set version = "3.22.1.193.g72c1e49ee3d" %}

package:
Expand Down
1 change: 1 addition & 0 deletions conda/tools/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ clang_format:
- clang-format 16

moose_python:
- python 3.12
- python 3.11
- python 3.10
- python 3.9
2 changes: 1 addition & 1 deletion conda/tools/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# moose-dev/*
#
# As well as any directions pertaining to modifying those files.
{% set version = "2024.12.23" %}
{% set version = "2025.01.30" %}

package:
name: moose-tools
Expand Down
1 change: 1 addition & 0 deletions conda/wasp/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
moose_python:
- python 3.12
- python 3.11
- python 3.10
- python 3.9
Expand Down
2 changes: 1 addition & 1 deletion conda/wasp/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# As well as any directions pertaining to modifying those files.
# ALSO: Follow the directions in scripts/tests/versioner_hashes.yaml
{% set version = "2024.12.23" %}
{% set version = "2025.01.30" %}

package:
name: moose-wasp
Expand Down

0 comments on commit 77df3ba

Please sign in to comment.