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:
parent
a3eb124033
commit
c63e0d1582
2
setup.py
2
setup.py
@ -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'],
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user