Add a note linking to biplist Python 3.9 compatibility bug

This commit is contained in:
Chris Mayo 2020-09-23 19:38:17 +01:00
parent 26c15c5e67
commit ca59966cf0

View file

@ -26,6 +26,8 @@ except ImportError:
has_biplist = False
if sys.version_info >= (3, 9):
# Although the biplist module imports on Python 3.9 it is not compatible:
# https://bitbucket.org/wooster/biplist/issues/12
has_biplist = False