From 04047ce984b9f79be3507faaf04100b00820c098 Mon Sep 17 00:00:00 2001 From: John Gerrard Holland Date: Tue, 29 Oct 2024 21:14:38 +0000 Subject: [PATCH] update to python 3.11 --- .../satellite-overpass-identification-tool/pass_time_cylc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/scripts/satellite-overpass-identification-tool/pass_time_cylc.py b/workflow/scripts/satellite-overpass-identification-tool/pass_time_cylc.py index f6f2fb2..6c0362a 100644 --- a/workflow/scripts/satellite-overpass-identification-tool/pass_time_cylc.py +++ b/workflow/scripts/satellite-overpass-identification-tool/pass_time_cylc.py @@ -1,5 +1,5 @@ # /// script -# requires-python = "==3.9" +# requires-python = "==3.11" # dependencies = [ # "requests==2.31.0", # "skyfield==1.45.0",