nschloe/perfplot

[BUG] Python3.7 incompatibility

FranzForstmayr opened this issue · 4 comments

Describe the bug
Python3.7 incompatibility due to importing Literal from typing

To Reproduce
A minimal example :)

import perfplot

Diagnose
I may ask you to cut and paste the output of the following command.

perfplot==0.9.8

Bug appeared in latest version (0.9.8)

Just thinking about why this was not an issue in CI obviously...

Very good catch! Let me fix this real quick.

Fixed by #123.