From 91b02eccba5d44510a131c33766684b60952db2f Mon Sep 17 00:00:00 2001 From: Ryan Morshead Date: Mon, 3 Jun 2024 17:33:29 -0600 Subject: [PATCH] Use Python 3.8 by default --- main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.yml b/main.yml index 9f2c142..113ecc5 100644 --- a/main.yml +++ b/main.yml @@ -9,13 +9,12 @@ orbs: executors: # Basically extending what the python orb's executor does: # - s/tag/version/ - # - default to 3.6, not 3.8 or w/e # - set common environment vars default: parameters: version: type: string - default: "3.6" + default: "3.8" docker: - image: cimg/python:<< parameters.version >> # TODO: explicitly select 'resource_class: small' if credits ever become