Closed BPie closed 6 months ago
If you update to 0.5.1 you should be all set! Thanks for reporting!
Note that I also updated the test suite so that 3.10, 3.11, and 3.12 are all tested on each PR so we shouldn't see any regressions.
nice, works now. thanks
while using python 3.10, pip installs
paracelsus==0.5.0
. Runningpipenv run paracelsus graph
gives errortomllib is supported from 3.11. Maybe 'requires-python' should be specified or some other toml parser used.