Skip to content

Commit e5bb461

Browse files
committed
fix: dismiss python 3.6 tests for now
1 parent 4396163 commit e5bb461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python-version: [3.6, 3.7, 3.8]
16+
python-version: [3.7, 3.8]
1717
pip: ["pip~=18.1", "pip>=20.3"]
1818
setuptools: ["setuptools==38.4.1", "setuptools"]
1919

0 commit comments

Comments
 (0)