1
0
mirror of https://github.com/nvbn/thefuck.git synced 2024-10-05 18:31:10 +01:00

Bump to 3.9

This commit is contained in:
nvbn 2016-04-24 17:56:06 +03:00
parent d6c2c7266d
commit f74bbb7a9a

View File

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