bobfang1992 / pytomlpp

A python wrapper for tomlplusplus
https://bobfang1992.github.io/pytomlpp/pytomlpp.html
MIT License
86 stars 11 forks source link

Hotfix. Resolved wheel error. #80

Closed Backist closed 7 months ago

Backist commented 7 months ago

Everything seems to be working fine on my machine, the changes made were no big deal and all tests seem to be successful.

Backist commented 7 months ago

I don't understand why the tests in older versions of python are not correct when they are correct in my machine. @bobfang1992 Can you check if this happens for some reason?

Backist commented 7 months ago

image

It seems that this particular file is using an encoding other than utf-8, so we can consider setting None as the default value for encoding, even though utf-8 is the most commonly used encoding system.

Backist commented 7 months ago

@bobfang1992 All ready and revised to merge 👍🏼