Skip to content

Commit e43737d

Browse files
committed
Add os and python 3.10 to github build workflow
1 parent c976bce commit e43737d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ on:
1010
jobs:
1111
build:
1212

13-
runs-on: ubuntu-latest
13+
runs-on: ${{ matrix.os }}
1414
strategy:
1515
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']
1718

1819
steps:
1920
- uses: actions/checkout@v2

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
[![codecov](https://codecov.io/gh/cffls/pycardano/branch/main/graph/badge.svg?token=62N0IL9IMQ)](https://codecov.io/gh/cffls/pycardano)
55
[![Documentation Status](https://readthedocs.org/projects/pycardano/badge/?version=latest)](https://pycardano.readthedocs.io/en/latest/?badge=latest)
66

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+
711
PyCardano is a Cardano library written in Python. It allows users to create and sign transactions without
812
depending on third-party Cardano serialization tools, such as
913
[cardano-cli](https://github.com/input-output-hk/cardano-node#cardano-cli) and

0 commit comments

Comments
 (0)