mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 13:25:17 +00:00
5 lines
86 B
Python
5 lines
86 B
Python
import sys
|
|
from sys import version_info
|
|
|
|
sys.version_info[1] >= 5
|
|
version_info[1] < 6
|