From 3a6acbd6801c892d46f82839be24a3592cc89d05 Mon Sep 17 00:00:00 2001 From: Lindsey Gray Date: Tue, 15 Oct 2024 08:28:09 -0500 Subject: [PATCH] ci: stop testing against python 3.8 (completely out of support now) --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index dde5740c5..c8fc957b1 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -11,7 +11,7 @@ task: cpu: 2 memory: 7G matrix: - - image: python:3.8 + - image: python:3.9 - image: python:3.12 create_venv_script: |