Skip to content

Commit

Permalink
Add python 3.10 to github actions matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
micktwomey committed Nov 7, 2021
1 parent 9fde3d4 commit 6a00ab0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:
strategy:
max-parallel: 8
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
# python-version: [3.6, 3.7, 3.8, 3.9, pypy3]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 6a00ab0

Please # to comment.