diff options
Diffstat (limited to '.cirrus.tasks.yml')
-rw-r--r-- | .cirrus.tasks.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.cirrus.tasks.yml b/.cirrus.tasks.yml index e74cfa9..82261ec 100644 --- a/.cirrus.tasks.yml +++ b/.cirrus.tasks.yml @@ -467,8 +467,11 @@ task: openssl \ p5.34-io-tty \ p5.34-ipc-run \ + python312 \ tcl \ zstd + # system python doesn't provide headers + sudo /opt/local/bin/port select python3 python312 # Make macports install visible for subsequent steps echo PATH=/opt/local/sbin/:/opt/local/bin/:$PATH >> $CIRRUS_ENV upload_caches: macports |