Skip to content

Commit f9fb04f

Browse files
authored
Merge pull request #85388 from hnrklssn/test-uvt-python-version
[utils] mark update-verify-tests tests unsupported with old Python
2 parents 7801d1b + 88d19e5 commit f9fb04f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import sys
2+
3+
if sys.version_info < (3, 9):
4+
config.unsupported = True

0 commit comments

Comments
 (0)