Browse Source

Merge pull request #9257 from SomberNight/202410_py313

ci: run tests also with python 3.13
master
ghost43 1 year ago committed by GitHub
parent
commit
0fd4d9717e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .cirrus.yml

2
.cirrus.yml

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

Loading…
Cancel
Save