Skip to content

Commit

Permalink
Another try
Browse files Browse the repository at this point in the history
  • Loading branch information
magmax committed Mar 9, 2021
1 parent dadf160 commit 549c17a
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@ jobs:
strategy:
matrix:
python-version:
- "2.7.18"
- "3.4.10"
- "3.5.10"
- "3.6.13"
- "3.7.10"
- "3.8.8"
- "3.9.2"
- "2.7"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "3.9"

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

0 comments on commit 549c17a

Please sign in to comment.