adnilsson / Bank2YNAB4

Converts from banks' CSV format of exported transactions to the frormat accepted by YNAB4
MIT License
0 stars 0 forks source link

Upgrade Python version #11

Open adnilsson opened 1 month ago

adnilsson commented 1 month ago

Description

Version 3.11 of Python introduced tomllib, which brought the tomli package into the standard library. Updating means we can remove the dependency on tomli, making Bank2YNAB free from third-party dependencies once again.

Besides, newer versions include quality-of-life improvements that are nice to have.