Skip to content

Commit

Permalink
Ensure colorama version is no newer than 0.4.1 (#6340)
Browse files Browse the repository at this point in the history
Ensure colorama version is no newer than 0.4.1
  • Loading branch information
nicoddemus committed Dec 13, 2019
2 parents 51fd451 + fb8395d commit 1deb60f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog/6340.trivial.rst
@@ -0,0 +1 @@
Pin ``colorama`` to ``0.4.1`` as later versions no longer support Python 3.4.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -13,7 +13,7 @@
"atomicwrites>=1.0",
'funcsigs>=1.0;python_version<"3.0"',
'pathlib2>=2.2.0;python_version<"3.6"',
'colorama;sys_platform=="win32"',
'colorama<=0.4.1;sys_platform=="win32"',
"pluggy>=0.12,<1.0",
'importlib-metadata>=0.12;python_version<"3.8"',
"wcwidth",
Expand Down

0 comments on commit 1deb60f

Please sign in to comment.