Skip to content

Commit

Permalink
fix python versions on actions
Browse files Browse the repository at this point in the history
  • Loading branch information
magmax committed Mar 9, 2021
1 parent 576e87e commit dadf160
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [2.7, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9]
python-version:
- "2.7.18"
- "3.4.10"
- "3.5.10"
- "3.6.13"
- "3.7.10"
- "3.8.8"
- "3.9.2"

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

0 comments on commit dadf160

Please sign in to comment.