Skip to content

Commit ec43ea9

Browse files
committed
CI: Drop Python 3.6 tests
1 parent b350d22 commit ec43ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
os: ['ubuntu-latest']
30-
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
30+
python-version: [3.7, 3.8, 3.9, "3.10"]
3131
check: ['test']
3232
pip-flags: ['']
3333
depends: ['REQUIREMENTS']

0 commit comments

Comments
 (0)