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 Oct 2, 2023
1 parent dc4bf00 commit ea73c3b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions flexget/plugins/internal/change_warn.py
Expand Up @@ -41,11 +41,7 @@ def register_plugin():

@event('manager.startup')
def startup_warnings(manager):
if sys.version_info < (3, 8):
logger.warning(
"Python 3.7 is EOL as of June 2023. FlexGet will remove support for it soon. "
"Please upgrade to python 3.8 or later."
)
pass


# check that no old plugins are in pre-compiled form (pyc)
Expand Down

0 comments on commit ea73c3b

Please sign in to comment.