Skip to content

Commit

Permalink
Add windows and Mac to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Bartley committed Jan 28, 2022
1 parent 8416811 commit ab67c13
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@ jobs:
matrix:
# Default builds are on Ubuntu
os: [ubuntu-latest]
python-version: ['3.7', '3.8']
python-version: ['3.7', '3.8', '3.9', '3.10']
include:
# Also test on macOS and Windows using latest Python 3
- os: macos-latest
python-version: '3.x'
- os: windows-latest
python-version: '3.x'
steps:
- uses: actions/checkout@v2
- name: Set up ${{ matrix.python-version }}
Expand Down

0 comments on commit ab67c13

Please sign in to comment.