Skip to content

Commit db896a9

Browse files
committed
tox linting env expects Python 3.7
1 parent cf45eab commit db896a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- tox_env: "py38-psutil"
3838
python: "3.8"
3939
- tox_env: "linting"
40-
python: "3.8"
40+
python: "3.7"
4141

4242
steps:
4343
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)