Skip to content

Commit

Permalink
Python 3.11 (Chia-Network#117)
Browse files Browse the repository at this point in the history
* Python 3.11

* uses: chia-network/actions/setup-python@main

* fail-fast: false

* Update main.yml

* Update main.yml

* add macos

Signed-off-by: Harry Hsu <stmharry@hashgreen.net>
  • Loading branch information
altendky authored and stmharry committed Nov 11, 2022
1 parent 6ddc631 commit 08d9600
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,20 @@ on:

jobs:
build:
name: Python ${{ matrix.os }} ${{ matrix.python-version }} sample
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
python-version: [ '3.7', '3.8', '3.9', '3.10' ]
name: Python ${{ matrix.os }} ${{ matrix.python-version }} sample
os: [macos-latest, ubuntu-latest, windows-latest]
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11']
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
# we need fetch-depth 0 so setuptools_scm can resolve tags
- name: Setup python
uses: actions/setup-python@v2
uses: chia-network/actions/setup-python@main
with:
python-version: ${{ matrix.python-version }}
architecture: x64
Expand Down

0 comments on commit 08d9600

Please sign in to comment.