From d93135427e486746ccd5cd64f848a501d9a2b2cb Mon Sep 17 00:00:00 2001 From: Arun Babu Neelicattu Date: Sun, 25 Feb 2024 17:35:01 +0100 Subject: [PATCH] ci: enable Python 3.12 for FreeBSD --- .cirrus.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.cirrus.yml b/.cirrus.yml index 0ca40e5825e..31b75700d4c 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -16,6 +16,7 @@ test_task: - PYTHON: python3.9 - PYTHON: python3.10 - PYTHON: python3.11 + - PYTHON: python3.12 install_prereqs_script: - V=$(printf '%s' $PYTHON | tr -d '.[:alpha:]') - pkg install -y python${V} py${V}-sqlite3