Skip to content

Commit

Permalink
Partially disable python 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed May 19, 2021
1 parent 3f8ab15 commit 7ce2422
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [2.7, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, pypy-2.7, pypy-3.7]
python-version: [2.7, 3.4.10, 3.5, 3.6, 3.7, 3.8, 3.9, pypy-2.7, pypy-3.7]

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ language: python
matrix:
include:
- python: "2.7"
- python: "3.4"
dist: xenial
- python: "3.5"
- python: "3.6"
Expand Down

0 comments on commit 7ce2422

Please sign in to comment.