Closed girving closed 5 years ago
The package restricts itself to only work on 3.7.0 and below. I changed this to <4. We could also do <3.8 if you want to need to do this every time they release a new Python version.
<4
<3.8
Looks like this was fixed without commenting on or noticing the PR. Probably no one checks issue notifications for this repo?
The package restricts itself to only work on 3.7.0 and below. I changed this to
<4
. We could also do<3.8
if you want to need to do this every time they release a new Python version.