File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 10
10
jobs :
11
11
build :
12
12
13
- runs-on : ubuntu-latest
13
+ runs-on : ${{ matrix.os }}
14
14
strategy :
15
15
matrix :
16
- python-version : [3.7, 3.8, 3.9]
16
+ os : [ubuntu-latest, macos-latest]
17
+ python-version : [3.7, 3.8, 3.9, '3.10']
17
18
18
19
steps :
19
20
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 4
4
[ ![ codecov] ( https://codecov.io/gh/cffls/pycardano/branch/main/graph/badge.svg?token=62N0IL9IMQ )] ( https://codecov.io/gh/cffls/pycardano )
5
5
[ ![ Documentation Status] ( https://readthedocs.org/projects/pycardano/badge/?version=latest )] ( https://pycardano.readthedocs.io/en/latest/?badge=latest )
6
6
7
+ [ ![ Linux] ( https://svgshare.com/i/Zhy.svg )] ( https://svgshare.com/i/Zhy.svg )
8
+ [ ![ macOS] ( https://svgshare.com/i/ZjP.svg )] ( https://svgshare.com/i/ZjP.svg )
9
+
10
+
7
11
PyCardano is a Cardano library written in Python. It allows users to create and sign transactions without
8
12
depending on third-party Cardano serialization tools, such as
9
13
[ cardano-cli] ( https://github.com/input-output-hk/cardano-node#cardano-cli ) and
You can’t perform that action at this time.
0 commit comments