Skip to content

Commit 4f8c7f9

Browse files
committed
3.6 and 3.7 are no longer available on deadsnakes/nightly
1 parent a927711 commit 4f8c7f9

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
@@ -59,7 +59,7 @@ jobs:
5959
strategy:
6060
fail-fast: false
6161
matrix:
62-
python: ['pypy-3.6', 'pypy-3.7', '3.6', '3.7', '3.8', '3.9', '3.6-dev', '3.7-dev', '3.8-dev', '3.9-dev']
62+
python: ['pypy-3.6', 'pypy-3.7', '3.6', '3.7', '3.8', '3.9', '3.8-dev', '3.9-dev']
6363
check_formatting: ['0']
6464
pypy_nightly_branch: ['']
6565
extra_name: ['']

0 commit comments

Comments
 (0)