Skip to content

Commit

Permalink
Set Python version to 3.12 in case of Conda
Browse files Browse the repository at this point in the history
  • Loading branch information
kordejong committed Dec 10, 2024
1 parent 4302a44 commit 2ece5d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
conda-remove-defaults: "true"
miniforge-version: latest
python-version: 3.13
python-version: 3.12
- name: Build package
run: |
conda install conda-build
Expand Down
2 changes: 1 addition & 1 deletion environment/conda/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ hdf5:
libgdal:
- 3.9
python:
- 3.11
- 3.12

0 comments on commit 2ece5d6

Please sign in to comment.