Skip to content

Commit ab775f6

Browse files
authored
Fix py-version usage in typing extension tests (#5161)
1 parent 48fbea4 commit ab775f6

6 files changed

+8
-8
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[master]
2+
py-version=3.8
23
load-plugins=pylint.extensions.typing
34

45
[testoptions]
56
min_pyver=3.8
67

78
[typing]
8-
py-version=3.7
99
runtime-typing=no
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[master]
2+
py-version=3.8
23
load-plugins=pylint.extensions.typing
34

45
[testoptions]
56
min_pyver=3.8
67

78
[typing]
8-
py-version=3.7
99
runtime-typing=no
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[master]
2+
py-version=3.8
23
load-plugins=pylint.extensions.typing
34

45
[testoptions]
56
min_pyver=3.8
67

78
[typing]
8-
py-version=3.7
99
runtime-typing=no
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[master]
2+
py-version=3.10
23
load-plugins=pylint.extensions.typing
34

45
[testoptions]
5-
min_pyver=3.8
6+
min_pyver=3.10
67

78
[typing]
8-
py-version=3.10
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[master]
2+
py-version=3.8
23
load-plugins=pylint.extensions.typing
34

45
[testoptions]
56
min_pyver=3.8
67

78
[typing]
8-
py-version=3.7
99
runtime-typing=no
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[master]
2+
py-version=3.9
23
load-plugins=pylint.extensions.typing
34

45
[testoptions]
5-
min_pyver=3.8
6+
min_pyver=3.9
67

78
[typing]
8-
py-version=3.9

0 commit comments

Comments
 (0)