Skip to content

Commit

Permalink
Try to fix issue with testing w/ Py3.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
leonidessaguisagjr committed Oct 11, 2021
1 parent 7c1f88f commit da39acb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,16 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [2.7, pypy-2.7, 3.6, 3.7, 3.8, 3.9, 3.10, pypy-3.6, pypy-3.7]
python-version:
- '2.7'
- 'pypy-2.7'
- '3.6'
- 'pypy-3.6'
- '3.7'
- 'pypy-3.7'
- '3.8'
- '3.9'
- '3.10'

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

0 comments on commit da39acb

Please sign in to comment.