Browse Source

ci: also run unit tests with python 3.12

master
SomberNight 2 years ago
parent
commit
9a6ec61647
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
  1. 2
      .cirrus.yml

2
.cirrus.yml

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

Loading…
Cancel
Save