Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
Remove version 3.4 since it's no longer supported
  • Loading branch information
r1chardj0n3s authored Jun 4, 2021
1 parent 421c199 commit b7feb75
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.4, 3.5, 3.6, 3.7, 3.8, 3.9, pypy3]
exclude:
- os: macos-latest
python-version: 3.4
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, pypy3]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit b7feb75

Please sign in to comment.