Skip to content

Commit cd71dbb

Browse files
committed
💚 drop python 3.6 support
1 parent e7a5e70 commit cd71dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
fail-fast: true
3636
matrix:
3737
os: [ "ubuntu-latest", "macos-latest" ]
38-
python-version: [ "3.6", "3.7", "3.8", "3.9" ]
38+
python-version: [ "3.7", "3.8", "3.9" ]
3939
runs-on: ${{ matrix.os }}
4040
steps:
4141
#----------------------------------------------

0 commit comments

Comments
 (0)