From 02b078751ff7e0f3c8a397ce394e7bd6a6ef131b Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Mon, 2 Feb 2026 13:44:33 -0300 Subject: [PATCH] bump python version --- .binder/environment-python_and_r.yml | 2 +- .binder/environment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.binder/environment-python_and_r.yml b/.binder/environment-python_and_r.yml index b11b67a7..a9174f09 100644 --- a/.binder/environment-python_and_r.yml +++ b/.binder/environment-python_and_r.yml @@ -2,7 +2,7 @@ name: IOOS channels: - conda-forge dependencies: - - python=3.13 + - python=3.14 - bokeh - cartopy - cf-units diff --git a/.binder/environment.yml b/.binder/environment.yml index 38dc183e..981541c3 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -2,7 +2,7 @@ name: IOOS channels: - conda-forge dependencies: - - python=3.13 + - python=3.14 - bokeh - cartopy - cf-units