Skip to content

Commit

Permalink
Add Python 3.4 and 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jun66j5 committed Sep 20, 2021
1 parent 4c402aa commit 9f462c3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@ on: [push]

jobs:
tests:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [2.7, 3.6, 3.7, 3.8, 3.9, '3.10-dev', pypy2, pypy3]
os: [ubuntu-latest]
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, '3.10-dev', pypy2, pypy3]
include:
- {os: ubuntu-18.04, python-version: 3.4}

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

0 comments on commit 9f462c3

Please sign in to comment.