1
0

ci: run tests also with python 3.13

This commit is contained in:
SomberNight
2024-10-18 15:10:03 +00:00
parent fdc8430d40
commit c6a8b022bd

View File

@@ -20,6 +20,8 @@ task:
ELECTRUM_PYTHON_VERSION: 3.11
- env:
ELECTRUM_PYTHON_VERSION: 3.12
- env:
ELECTRUM_PYTHON_VERSION: 3.13
- name: "unittests: Tox Python 3 debug mode"
env:
ELECTRUM_PYTHON_VERSION: 3.11