1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-02-20 20:09:07 +00:00

Bump to 3.11

This commit is contained in:
Vladimir Iakovlev 2016-08-14 13:18:43 +03:00
parent a3eb124033
commit c63e0d1582
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ elif (3, 0) < version < (3, 3):
' ({}.{} detected).'.format(*version))
sys.exit(-1)
VERSION = '3.10'
VERSION = '3.11'
install_requires = ['psutil', 'colorama', 'six', 'decorator']
extras_require = {':python_version<"3.4"': ['pathlib2'],

View File

@ -4,7 +4,7 @@ from thefuck.specific.sudo import sudo_support
@sudo_support
@for_app('pip')
@for_app('pip', 'pip2', 'pip3')
def match(command):
return ('pip' in command.script and
'unknown command' in command.stderr and