Skip to content

Commit

Permalink
Revert "Remove failing 3.7 and 3.8 for now: mozilla#503"
Browse files Browse the repository at this point in the history
This reverts commit d15fd75.
  • Loading branch information
hugovk committed Sep 14, 2020
1 parent 7725ab3 commit d959655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.5, 3.6, pypy3]
python-version: [3.5, 3.6, 3.7, 3.8, pypy3]
os: [ubuntu-18.04, ubuntu-16.04, macos-latest, windows-latest]

steps:
Expand Down

0 comments on commit d959655

Please sign in to comment.