From 5a4b98a066b902495449588b5800a0d9bb8b50ab Mon Sep 17 00:00:00 2001 From: SomberNight Date: Fri, 4 Aug 2023 18:17:27 +0000 Subject: [PATCH] CI: don't run unit tests on "python:rc", looks like it's unmaintained The "python:rc" tag on dockerhub has not been updated for 2+ years and is still at 3.10.0rc2. Even 3.11 has been released for many months now. see https://hub.docker.com/_/python/tags --- .cirrus.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 1a4c8af96..c2dd56099 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -18,8 +18,6 @@ task: ELECTRUM_PYTHON_VERSION: 3.10 - env: ELECTRUM_PYTHON_VERSION: 3.11 - - env: - ELECTRUM_PYTHON_VERSION: rc - name: Tox Python 3 debug mode env: ELECTRUM_PYTHON_VERSION: 3