Skip to content

Commit

Permalink
Update supported version to test for all platforms (#234)
Browse files Browse the repository at this point in the history
* Update supported version to test for all platforms

* Update versions
  • Loading branch information
rogebrd committed May 14, 2021
1 parent 1883c85 commit 76986cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Expand Up @@ -10,8 +10,8 @@ jobs:
# https://github.com/actions/python-versions/blob/main/versions-manifest.json
strategy:
matrix:
os: [macos-latest]
python-version: [3.5, 3.6, 3.7, 3.8, pypy3]
os: [macos-latest, ubuntu-latest]
python-version: [3.6, 3.7, 3.8, pypy3]
steps:
- uses: actions/checkout@v2
- name: Setup Python environment
Expand Down

0 comments on commit 76986cb

Please sign in to comment.