Closed AndydeCleyre closed 3 years ago
BTW, you should be able to bump up the maximum flit
version in pyproject.toml
without trouble:
[build-system]
-requires = ["flit_core >=2,<3"]
+requires = ["flit_core >=2,<4"]
That fixed it indeed :heart: what a nasty bug!
Thanks so much :)
Please give this a look and test and see if it resolves the issue