Skip to content

Commit 066e359

Browse files
committed
Fix tests and lint
1 parent 02e761c commit 066e359

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: ["3.9"]
13+
python-version: ["3.11"]
1414

1515
steps:
1616
- uses: actions/checkout@v2

tests/unit/test_importable.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,12 @@ def test_importable():
3131
import isort.stdlibs.py2
3232
import isort.stdlibs.py3
3333
import isort.stdlibs.py27
34-
import isort.stdlibs.py35
3534
import isort.stdlibs.py36
3635
import isort.stdlibs.py37
36+
import isort.stdlibs.py38
37+
import isort.stdlibs.py39
38+
import isort.stdlibs.py310
39+
import isort.stdlibs.py311
3740
import isort.utils
3841
import isort.wrap
3942
import isort.wrap_modes

0 commit comments

Comments
 (0)