From 2dc9ca906baf628d89898fd8816ead6fbf8834c9 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Thu, 9 Oct 2025 15:17:48 +0000 Subject: [PATCH] ci: add task to also run unit tests with new python 3.14 --- .cirrus.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index aebb8491b..76591dc15 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -17,9 +17,11 @@ task: ELECTRUM_PYTHON_VERSION: 3.12 - env: ELECTRUM_PYTHON_VERSION: 3.13 - - name: "unittests: py3.13, debug-mode" + - env: + ELECTRUM_PYTHON_VERSION: 3.14 + - name: "unittests: py3.14, debug-mode" env: - ELECTRUM_PYTHON_VERSION: 3.13 + ELECTRUM_PYTHON_VERSION: 3.14 # enable additional checks: PYTHONASYNCIODEBUG: "1" PYTHONDEVMODE: "1"