Skip to content

Commit

Permalink
Python 3.11 (#87)
Browse files Browse the repository at this point in the history
* Python 3.11

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

* fail-fast: false
  • Loading branch information
altendky authored Sep 21, 2022
1 parent d7b1479 commit 8c263e1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,15 @@ jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python-version: [ '3.7', '3.8', '3.9', '3.10' ]
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11' ]
name: Python ${{ matrix.os }} ${{ matrix.python-version }} sample
steps:
- uses: actions/checkout@v2
- 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 8c263e1

Please sign in to comment.