Skip to content

Commit

Permalink
Remove Py 3.4 testing
Browse files Browse the repository at this point in the history
See python-attrs/attrs#807, thank you to @mwaskom for finding this
  • Loading branch information
syncrostone committed May 27, 2021
1 parent f83840c commit e1e61d6
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/python-package.yml
Expand Up @@ -21,27 +21,17 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
python-version: [2.7, 3.4, 3.5, 3.6, 3.7, 3.8]
python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
TF: [None, 1.13.1, 1.14, 1.15, 2.0, 2.1, 2.2]
exclude:
- python-version: 2.7
TF: None
- python-version: 3.4
TF: None
- python-version: 3.5
TF: None
- python-version: 3.6
TF: None
- python-version: 2.7
TF: 2.2
- python-version: 3.4
TF: 1.15
- python-version: 3.4
TF: 2.0
- python-version: 3.4
TF: 2.1
- python-version: 3.4
TF: 2.2
- python-version: 3.8
TF: 1.13.1
- python-version: 3.8
Expand Down

0 comments on commit e1e61d6

Please sign in to comment.