From 03d8a7ca2e8f42962ef1cf8bdf838bb4ecd254e7 Mon Sep 17 00:00:00 2001 From: Lindsey Gray Date: Wed, 16 Oct 2024 13:25:50 -0500 Subject: [PATCH] use 3.13 in cirrus --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index c8fc957b1..92a1d9650 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -12,7 +12,7 @@ task: memory: 7G matrix: - image: python:3.9 - - image: python:3.12 + - image: python:3.13 create_venv_script: | python -m venv ../venv