Skip to content

Commit bdf52a7

Browse files
authored
Merge pull request #84 from altendky/lint_with_py38
Lint with CPython 3.8
2 parents 8ae5215 + 4589e2a commit bdf52a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ jobs:
7575
strategy:
7676
matrix:
7777
python:
78-
- short: 37
79-
dotted: 3.7
78+
- short: 38
79+
dotted: 3.8
8080
steps:
8181
- uses: actions/checkout@v2
8282
- name: Set up Python ${{ matrix.python.dotted }}

0 commit comments

Comments
 (0)