1
0

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
This commit is contained in:
SomberNight
2023-08-04 18:17:27 +00:00
parent 5d47c0c56c
commit a4a184c6f5

View File

@@ -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