Skip to content

Commit dc3cf7a

Browse files
authored
Remove python 3.6 from CI
1 parent 6c6b42a commit dc3cf7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
# you have to quote any version number ending in a 0 or gh truncates it. ie 3.10 turned into 3.1
14-
python-version: [ 3.6, 3.8, '3.10' ]
14+
python-version: [ 3.8, '3.10' ]
1515
os: [ ubuntu-latest ] #in the future we should add windows here
1616
runs-on: ${{ matrix.os }}
1717
steps:

0 commit comments

Comments
 (0)