Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 26, 2023
1 parent 4afc94c commit caf7cbe
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
#!/usr/bin/env python3
import sys

from setuptools import setup

if sys.version_info < (3, 8):
errstr = "khal only supports python version 3.8+. Please Upgrade.\n"
sys.stderr.write("#" * len(errstr) + '\n')
sys.stderr.write(errstr)
sys.stderr.write("#" * len(errstr) + '\n')
sys.exit(1)

requirements = [
'click>=3.2',
'click_log>=0.2.0',
Expand Down

0 comments on commit caf7cbe

Please sign in to comment.