You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
try:
import tomli
except ImportError:
import tomlib as tomli
I would think this might work as load seems to be synonymous, but that seems tricky. It seems like tomli is primarily being used to load the config file in cli.py, it might be replaced.
Python 3.11 is out! 🚀
Add it to CICD tests, check for updates (tomlib vs tomli, ...), etc.
The text was updated successfully, but these errors were encountered: