1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-01-31 02:01:13 +00:00

Bump to 3.6

This commit is contained in:
nvbn 2016-03-13 17:46:14 +03:00
parent 251b69b5a0
commit 39f7cc37eb

View File

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