mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 13:25:17 +00:00
5 lines
92 B
Python
5 lines
92 B
Python
import sys
|
|
from sys import version_info
|
|
|
|
sys.version_info.minor <= 7
|
|
version_info.minor > 8
|