Skip to content

Commit

Permalink
Builds for Python 3.6 no longer work; disable them (#672)
Browse files Browse the repository at this point in the history
  • Loading branch information
pietern authored Oct 4, 2023
1 parent 34faf26 commit 9a4081f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
strategy:
matrix:
python-version:
- '3.6'
- '3.7'
- '3.8'
- '3.9'
Expand Down Expand Up @@ -62,7 +61,7 @@ jobs:
strategy:
matrix:
python-version:
- '3.6'
- '3.7'
env:
PYTHON_VERSION: ${{ matrix.python-version }}
steps:
Expand Down

0 comments on commit 9a4081f

Please sign in to comment.