mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
ruff: ignore block for legacy Python
This commit is contained in:
parent
95bb7bd7f9
commit
e5f2869580
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ except ImportError: # pragma: no cover
|
||||||
def _check_python_version():
|
def _check_python_version():
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
if sys.version_info < (3, 8, 0):
|
if sys.version_info < (3, 8, 0): # noqa: UP036
|
||||||
print("vdirsyncer requires at least Python 3.8.")
|
print("vdirsyncer requires at least Python 3.8.")
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue