mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 13:25:17 +00:00
5 lines
84 B
Python
5 lines
84 B
Python
import sys
|
|
from sys import version
|
|
|
|
py_minor = sys.version[2]
|
|
py_minor = version[2]
|