From 3ee394c258d60342d5ad96852aa1cd63561ef948 Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: Wed, 7 Jun 2023 10:15:51 -0500 Subject: [PATCH] try building on python38 --- python38.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python38.yaml b/python38.yaml index ac34122..14a72bc 100644 --- a/python38.yaml +++ b/python38.yaml @@ -19,7 +19,7 @@ data: # Depending on our selves for bootstrapping # This is not needed in bootstrap phase 1 and can be disabled - python38: [3.8-bootstrap] + python38: [3.8] # sicpy needs package swig swig: [3.0]