Skip to content

Commit

Permalink
Update python version in deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
altheaden committed Sep 10, 2024
1 parent a883e93 commit 7ebd6ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/conda-dev-spec.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $ conda create --name <env> --file <this file>

# Base
python>=3.9,<3.12
python>=3.9,<=3.12
antimeridian
cartopy
cartopy_offlinedata
Expand Down
2 changes: 1 addition & 1 deletion deploy/default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ recreate = False
suffix =

# the python version
python = 3.11
python = 3.12

# the MPI version (nompi, mpich or openmpi)
mpi = nompi
Expand Down

0 comments on commit 7ebd6ee

Please sign in to comment.