Skip to content

Commit 9a4081f

Browse files
authored
Builds for Python 3.6 no longer work; disable them (#672)
1 parent 34faf26 commit 9a4081f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
strategy:
1212
matrix:
1313
python-version:
14-
- '3.6'
1514
- '3.7'
1615
- '3.8'
1716
- '3.9'
@@ -62,7 +61,7 @@ jobs:
6261
strategy:
6362
matrix:
6463
python-version:
65-
- '3.6'
64+
- '3.7'
6665
env:
6766
PYTHON_VERSION: ${{ matrix.python-version }}
6867
steps:

0 commit comments

Comments
 (0)