Skip to content

Commit 5669bc0

Browse files
committed
Remove Cpython 3.6-dev and 3.7-dev from CI (no longer available)
1 parent d0c0906 commit 5669bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
fail-fast: false
3737
matrix:
38-
python: ['pypy-3.6', '3.6', '3.7', '3.8', '3.9', '3.6-dev', '3.7-dev', '3.8-dev', '3.9-dev']
38+
python: ['pypy-3.6', '3.6', '3.7', '3.8', '3.9', '3.8-dev', '3.9-dev']
3939
check_formatting: ['0']
4040
check_docs: ['0']
4141
extra_name: ['']

0 commit comments

Comments
 (0)