pawamoy / aria2p

Command-line tool and library to interact with an aria2c daemon process with JSON-RPC.
https://pawamoy.github.io/aria2p
ISC License
479 stars 93 forks source link

Use tomllib and tomli instead of toml #127

Closed mifluder closed 11 months ago

mifluder commented 11 months ago

As stated in the issue: https://github.com/pawamoy/aria2p/issues/124 toml library is no longer maintained. Since python3.11 toml reader is integrated into builtin tomllib library. Implementation is based on tomli so for lower versions we can use that. https://peps.python.org/pep-0680/

pawamoy commented 11 months ago

CI failures seem unrelated. Let me fix them.