Skip to content

Commit

Permalink
update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
learnforpractice committed Dec 9, 2021
1 parent 94f1d24 commit 89fcef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9, "3.10"]
os: ['windows-latest', 'ubuntu-18.04', 'macos-latest']
# python-version: [3.9]
# os: ['windows-latest']
Expand Down

0 comments on commit 89fcef5

Please sign in to comment.