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

Bump to 3.8

This commit is contained in:
nvbn 2016-04-08 14:36:53 +03:00
parent 95e7d00aec
commit c6af8409d9

View File

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